h264: Intra_8x8 luma — 6 directional modes (DDL/DDR/VR/HD/VL/HU) #22
Reference in New Issue
Block a user
Delete Branch "noether/h264-intra-pred-8x8-directional"
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?
Closes the H.264 8-bit 4:2:0 intra-prediction primitive matrix. 6 directional Intra_8x8 modes per H.264 §8.3.2.1.5..§8.3.2.1.10, completing the High-profile set started in PR #21.
Per-mode formulas transcribed verbatim from FFmpeg's
h264pred_template.c(the chained-assignment style preserves the upstream structure 1:1). Uniform-context tests catch structural bugs; arithmetic correctness inherits from FFmpeg's spec-derived reference.All 11 tests (3 simple + 5 gradient/uniform + 6 directional) PASS first try.
Intra-prediction primitive matrix is now complete:
26 intra-prediction modes total, all bit-exact gated.