h264: Intra_8x8 chroma prediction — 4-mode C reference + spec gates #14
Reference in New Issue
Block a user
Delete Branch "noether/h264-intra-pred-chroma8x8"
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?
Third intra-prediction primitive (after PRs #12, #13). Covers Intra_8x8 chroma per H.264 §8.3.3: 4 modes used for both Cb and Cr at 4:2:0.
Quirks worth noting in review:
Gradient spec-derived corners pred[0][0]=1, pred[7][7]=15 hand-traced in test comments. All 5 tests PASS first try.
Coverage: Intra_4x4 luma ✓, Intra_16x16 luma ✓, Intra_8x8 chroma ✓. Remaining: Intra_8x8 luma (High profile, 9 modes + 1-2-1 smoothing pre-filter).