nx_h264_intra16_gate.nx
buildroot/runtime/nx_h264_intra16_gate.nx
about
nx_h264_intra16_gate.nx -- REFEREE for Intra_16x16 prediction (core modes).
top[i]=10 (sum 160), left[i]=20 (sum 320):
Vertical -> every row = top (row[x]=10)
Horizontal -> row y all = left[y] (=20)
DC both -> (160+320+16)>>5 = 15 ; DC top-only -> (160+8)>>4 = 10 ;
DC left-only -> (320+8)>>4 = 20 ; DC neither -> 128 (first-MB case)
Every value PRINTED. stdout + knowledge/status/h264_intra16_gate.log. Exit 0/1.
Sovereign: nx_syscalls + nx_h264_intra16. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_h264_intra16.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
| 12 | func gp(logfd: i64, s: *u8) -> i64 |
| 19 | func gn(logfd: i64, v: i64) -> i64 |
| 34 | func main() -> i64 |