code wiki / (root) / nx_vcodec_inter.nx

nx_vcodec_inter.nx

buildroot/runtime/nx_vcodec_inter.nx

2218 B38 linesdepth 4pulls 4 transitivereach 1 importersview sourcekind tooltopic vcodec
docsdependenciesstructsconstsfunctions

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

nx_vcodec_color_frame.nx nx_vcodec_inter.nx nx_vcodec_inter_test.nx

imports: nx_vcodec_color_frame.nx

imported by: nx_vcodec_inter_test.nx

structs

none

consts

none

functions

10func inter_code_plane(prev: *u8, cur: *u8, W: i64, H: i64, QSTEP: i64, rec: *u8, changed: *i64) -> i64
called by 1: main calls 2: enc_blockdec_block
38func main() -> i64 { return 0 }