nx_vp8probe.nx
buildroot/runtime/nx_vp8probe.nx
about
nx_vp8probe.nx -- DIAGNOSTIC bring-up harness for the C3 VP8 keyframe
decoder. Decodes one lossy WebP file and prints machine-readable evidence:
dimensions, global Y/U/V means, and an 8x8 grid of Y tile means that an
INDEPENDENT oracle (libwebp via PIL, laptop-side) can be compared against
number-by-number. Also embeds the prob-128 bool-decoder property check
(prob-128 decode IS the raw bitstream) so a desync shows up here first.
usage: nx_vp8probe <file.webp>
license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_str.nxnx_syscalls.nxnx_vp8.nxnx_vp8_pred.nxnx_vp8_kf.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
| 17 | const K_MAGIC_42375: i64 = 42375 |
| 18 | const K_MAGIC_7602: i64 = 7602 |
| 19 | const K_MAGIC_65536: i64 = 65536 |
| 20 | const K_MAGIC_65537: i64 = 65537 |
functions
| 22 | func vpb_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 24 | func vpb_pi(v: i64) -> i64 |
| 38 | func vpb_cc(b: *u8, off: i64, a: i64, c: i64, d: i64, e: i64) -> i64 called by 1: main |
| 46 | func vpb_u32(b: *u8, off: i64) -> i64 called by 1: main |
| 50 | func main(argc: i64, argv: *i64) -> i64 |