nx_h264_bits_gate.nx
buildroot/runtime/nx_h264_bits_gate.nx
about
nx_h264_bits_gate.nx -- REFEREE for the H.264 bit reader + Exp-Golomb keystone.
Canonical code words, verified by KAT (not docs):
stream1 bits "1 010 011 00100" = bytes {0xA6,0x40} -> ue sequence [0,1,2,3]
stream2 bits "010 011 00100 00101" = bytes {0x4C,0x85} -> se sequence [1,-1,2,-2]
read_bits: from 0xA6 -> first 3 bits =5 (101), next 5 bits =6 (00110)
Every value PRINTED. stdout + knowledge/status/h264_bits_gate.log. Exit 0/1.
Sovereign: nx_syscalls + nx_h264_bits. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_h264_bits.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
| 11 | func gp(logfd: i64, s: *u8) -> i64 |
| 18 | func gn(logfd: i64, v: i64) -> i64 |
| 33 | func main() -> i64 |