nx_vcodec_inter.nx
buildroot/runtime/nx_vcodec_inter.nx
about
nx_vcodec_inter.nx -- RUNG H6 of the sovereign s-class codec: COLOR inter-prediction (P-frames). Each
plane block is coded as the RESIDUAL (cur - prev): unchanged blocks SKIP (zero bytes, exact copy of
prev), changed blocks carry only the quantized residual. This is the temporal-compression / fps lever --
on a mostly-static video call the vast majority of blocks skip, so bandwidth collapses and fps climbs at
the same uplink. Built on H5's transform/quant block codec. Pure integer, sovereign. license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_vcodec_color_frame.nx
imported by: nx_vcodec_inter_test.nx
structs
| none |
consts
| none |
functions
| 10 | func inter_code_plane(prev: *u8, cur: *u8, W: i64, H: i64, QSTEP: i64, rec: *u8, changed: *i64) -> i64 |
| 38 | func main() -> i64 { return 0 } |