code wiki / _hdl_build / nx_nv1_transcode.nx
nx_nv1_transcode.nx
buildroot/runtime/_hdl_build/nx_nv1_transcode.nx
about
nx_nv1_transcode.nx -- NV1 raw->LPC transcoder probe (REAL-DATA evidence
for the LPC rung): reads an NLC1 container from /tmp/nv1_in.bin, rewrites
every 'A' (raw PCM) chunk as an 'L' (LPC) chunk, copies V chunks and the
terminator, writes /tmp/nv1_out.bin, validates the output, then SELF-
CHECKS by decoding every L chunk back and byte-comparing against the
original PCM. Prints TRANSCODE markers (judge by markers, not $?-echo).
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_nv1_lpc.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
| 10 | const K_MAGIC_65536: i64 = 65536 |
functions
| 12 | func tc_puts(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 1: main |
| 13 | func tc_dec(v: i64) -> i64 called by 1: main |
| 26 | func main() -> i64 |