code wiki / _hdl_build / nx_vcodec_inter_test.nx

nx_vcodec_inter_test.nx

buildroot/runtime/_hdl_build/nx_vcodec_inter_test.nx

3730 B67 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic vcodec
docsdependenciesstructsconstsfunctions

about

nx_vcodec_inter_test.nx -- RUNG H6 gate: COLOR inter-prediction (P-frames). A near-static frame is coded as residual-vs-prev: unchanged blocks SKIP (exact), the changed block carries a tiny residual, and the inter cost is FAR below the intra cost -- the temporal-compression / fps lever. Pure integer, sovereign. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_vcodec_inter.nx nx_vcodec_inter_test.nx

imports: nx_vcodec_inter.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main g_puts inter_code_plane enc_block wht4 dec_block wht4 ↻ code_plane enc_block ↻ dec_block ↻ g_pn g_check g_puts ↻ iabs

structs

none

consts

none

functions

7func g_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 2: g_checkmain
8func g_pn(v: i64) -> i64
called by 1: main
17func g_check(name: *u8, cond: i64) -> i64
called by 1: main calls 1: g_puts
21func iabs(v: i64) -> i64 { if v<0 { return 0-v } return v }
called by 1: main
23func main() -> i64