h264: promote remaining intra prediction modes (17) to public API #27
Reference in New Issue
Block a user
Delete Branch "noether/h264-intra-pred-rest-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to PR #26 (Intra_4x4) with the same promotion pattern for the rest of the intra prediction primitives:
3 file moves via
git mv, ~17 function renames (drop_ref). Test binaries rewired to link daedalus_core. All 21 tests PASS via public symbols.Total intra prediction modes now in public API: 26 (9 + 4 + 4 + 9).
Unblocks marfrit-packages substitution arc patch 0014 — wires H264PredContext's 4 pred tables (pred4x4 / pred16x16 / pred8x8 / pred8x8l) through daedalus. After that lands, EVERY hot-path pixel-math kernel of an H.264 8-bit 4:2:0 decode routes through daedalus — feature-complete substitution arc for the campaign target.