code wiki / _hdl_build / nx_vcodec_paper.nx
nx_vcodec_paper.nx
buildroot/runtime/_hdl_build/nx_vcodec_paper.nx
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
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
structs
| none |
consts
| none |
functions
| 8 | func w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 9 | func section(title: *u8, claim: *u8, method: *u8, result: *u8, grade: *u8, caveat: *u8, gate: *u8) -> i64 |
| 18 | func main() -> i64 |