code wiki / _hdl_build / nx_vcodec_inter_test.nx
nx_vcodec_inter_test.nx
buildroot/runtime/_hdl_build/nx_vcodec_inter_test.nx
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
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
structs
| none |
consts
| none |
functions
| 7 | func 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 } |
| 8 | func g_pn(v: i64) -> i64 called by 1: main |
| 17 | func g_check(name: *u8, cond: i64) -> i64 |
| 21 | func iabs(v: i64) -> i64 { if v<0 { return 0-v } return v } called by 1: main |
| 23 | func main() -> i64 |