code wiki / (root) / nx_h264_cabac_ctxinc_gate.nx

nx_h264_cabac_ctxinc_gate.nx

buildroot/runtime/nx_h264_cabac_ctxinc_gate.nx

3133 B72 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic h264
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_h264_cabac_ctxinc.nx nx_h264_cabac_ctxinc_gate.nx

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

main sys_openat_append gp sys_write cci_cbf cci_sig4x4 cci_abslevel_bin0 cci_min cci_abslevel_binN cci_min ↻ cci_mbqpdelta cci_chromapred gn sys_mmap sys_write ↻ sys_close sys_exit

structs

none

consts

none

functions

9func 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 }
called by 1: main calls 1: sys_write
10func gn(logfd: i64, v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
22func main() -> i64