nx_h264_cabac_residual_gate.nx
buildroot/runtime/nx_h264_cabac_residual_gate.nx
about
nx_h264_cabac_residual_gate.nx -- teeth for STEP 2 residual decoding.
WHAT THESE TEETH DO AND DO NOT PROVE. There is no CABAC ENCODER and no reference decoder in this
ecosystem, so I cannot assert "these bins decode to these coefficients" -- that would need a
vector I have no way to produce. What IS provable without one: bounds refusal, array
initialisation, loop TERMINATION on adversarial input, and sign/zero handling. Those are real
defects if broken, and every one below is a matched pair (the property fires AND its control).
END-TO-END SPEC CONFORMANCE IS NOT CLAIMED HERE -- it needs a real CABAC stream decoded to an
image. Do not read GREEN here as "CABAC posters work".
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_h264_cabac.nxnx_h264_cabac_residual.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
| 15 | 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 } |
| 16 | func gn(v: i64) -> i64 |
| 30 | func main(argc: i64, argv: *i64) -> i64 |