code wiki / _hdl_build / nx_ventropy_pack_gate.nx
nx_ventropy_pack_gate.nx
buildroot/runtime/_hdl_build/nx_ventropy_pack_gate.nx
about
nx_ventropy_pack_gate.nx -- proves position-aware entropy coding (ve_encode_at/ve_decode_at): several coefficient
blocks pack into ONE contiguous bitstream (threading the bit position) and decode back byte/coeff-faithful, resuming
at exactly the bit offset each block ended. This is what lets a whole frame's blocks become one transmittable stream.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_ventropy.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
| 8 | func blocks_equal(a: *i64, b: *i64) -> i64 { var i: i64=0; while i<16 { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } called by 1: main |
| 10 | func main() -> i64 |