code wiki / _hdl_build / nx_vcodec_exceed_census.nx
nx_vcodec_exceed_census.nx
buildroot/runtime/_hdl_build/nx_vcodec_exceed_census.nx
about
nx_vcodec_exceed_census.nx -- MEASURED census of the sovereign Nishi video codec vs the SOTA codecs
(H.264/AVC, H.265/HEVC, AV1, VP9, H.266/VVC) -- the operator doctrine: "build all our stuff in the nishi
ecosystem, use other systems ONLY as state-of-the-art benchmarks while we work to be the frontier leader."
Mirrors nx_gpu_exceed_gate's honesty pattern: MEASURE OUR side (real encode on a real H.264-decoded luma
frame -> ratio, bits/pixel, PSNR, encode/decode speed, bit-exact lossless), grade vs the incumbents'
PUBLISHED/by-design characteristics (banked: knowledge/fetched/codec_{avc,hevc,av1,vp9,vvc}.raw), and an
OVERCLAIM CONTROL that forces RED unless it ADMITS the axes where we are BEHIND (no compression whitewash).
This tells us HONESTLY where the sovereign codec is frontier (sovereignty/patent-freedom/portability/
resource-intelligence/lossless-guarantee) and where it is behind (compression efficiency/entropy coding/
feature breadth/hardware encode) -- so "frontier leader" is a measured target, not a slogan.
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_vcodec.nxnx_quality_metric.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
| 15 | const K_MAGIC_1024: i64 = 1024 |
| 16 | const K_MAGIC_4194304: i64 = 4194304 |
| 17 | const K_MAGIC_1000000: i64 = 1000000 |
functions
| 19 | func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 20 | func cn(v: i64) -> i64 |
| 24 | func frame_equal(a: *u8, b: *u8, n: i64) -> i64 { var i: i64=0; while i<n { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } called by 1: main |
| 26 | func main() -> i64 |