code wiki / _hdl_build / nx_vcodec_paper.nx

nx_vcodec_paper.nx

buildroot/runtime/_hdl_build/nx_vcodec_paper.nx

17559 B83 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic vcodec
docsdependenciesstructsconstsfunctions

about

nx_vcodec_paper.nx -- the Nishi writer emits paper RT-003 (the sovereign loss-resilient video codec) as a wiki-ready HTML page. Same doctrine as RT-001 / RT-002 / nx_paper_gen: compiled from measured gates, every number cites a reproducible gate, no claim exceeds its gate, honest about where we are behind (here: the rate-distortion head-to-head vs libvpx/x264 is named as the open rigor step, not skipped). Emits to stdout; nx_aw_push publishes it live. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_vcodec_paper.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main w sys_write section w ↻

structs

none

consts

none

functions

8func w(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: sectionmain calls 1: sys_write
9func section(title: *u8, claim: *u8, method: *u8, result: *u8, grade: *u8, caveat: *u8, gate: *u8) -> i64
called by 1: main calls 1: w
18func main() -> i64
calls 2: wsection