nx_h264_cabac_ctxinc_gate.nx
buildroot/runtime/nx_h264_cabac_ctxinc_gate.nx
about
nx_h264_cabac_ctxinc_gate.nx -- REFEREE for the H.264 CABAC ctxIdxInc derivation logic.
Each expected value is hand-derived directly from the normative procedure (clause 9.3.3.1.1) -- these
are spec-logic KATs, independent of the (m,n) init tables. GREEN proves the context-SELECTION layer;
the context-VALUE tables + the full I-slice decode remain (verified end-to-end by full_sync once wired).
stdout + knowledge/status/h264_cabac_ctxinc_gate.log. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_h264_cabac_ctxinc.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
| 9 | func gp(logfd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); if logfd > 0 { sys_write(logfd, s, n) } return 0 } |
| 10 | func gn(logfd: i64, v: i64) -> i64 |
| 22 | func main() -> i64 |