nx_h264_cabac_mb_gate.nx
buildroot/runtime/nx_h264_cabac_mb_gate.nx
about
nx_h264_cabac_mb_gate.nx -- teeth for the I-slice macroblock syntax layer.
The STRONGEST thing provable here without a CABAC encoder is an EXHAUSTIVE round-trip over the
whole mb_type space: every I_16x16 mb_type must decompose into (predMode, cbpChroma, cbpLuma) and
recompose to itself. That validates the Table 9-36 field packing exactly -- which is the part most
likely to be silently wrong -- across all 24 values, not a sample.
Range teeth on the bitstream-driven readers prove they cannot emit an illegal symbol.
Spec conformance of the BIN ORDER still needs a real stream; not claimed here.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_h264_cabac.nxnx_h264_cabac_mb.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 14 | func gw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func gn(v: i64) -> i64 |
| 29 | func main(argc: i64, argv: *i64) -> i64 |