nx_h264_residual_gate.nx
buildroot/runtime/nx_h264_residual_gate.nx
about
nx_h264_residual_gate.nx -- SOVEREIGN round-trip oracle for the CAVLC residual
4x4 assembler (rung 4c-v). Build known scan-order coefficient blocks, encode,
decode, recover exactly. Covers (within filled VLC subsets): trailing-one
signs, first-level +2 offset, total_zeros, placement.
B1 coeff[3]=1 B2 coeff[3]=-1 B3 coeff[0]=5 B4 coeff[2]=3 B5 coeff[15]=1
B6 all-zero (TotalCoeff 0)
Every value PRINTED. stdout + knowledge/status/h264_residual_gate.log. Exit 0/1.
Sovereign: nx_syscalls + (bits,bitwriter,cavlc_level,cavlc_enc,coeff_token,total_zeros,run_before,residual).
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_h264_bits.nxnx_h264_bitwriter.nxnx_h264_residual.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
| 15 | func gp(logfd: i64, s: *u8) -> i64 |
| 22 | func gn(logfd: i64, v: i64) -> i64 |
| 38 | func rt(logfd: i64, src: *i64, label: *u8) -> i64 |
| 56 | func zero16(d: *i64) -> i64 { var i: i64 = 0; while i < 16 { d[i] = 0; i = i + 1 } return 0 } called by 1: main |
| 58 | func main() -> i64 |