code wiki / (root) / nx_h264_intra16_gate.nx

nx_h264_intra16_gate.nx

buildroot/runtime/nx_h264_intra16_gate.nx

3207 B82 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic h264
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_h264_intra16.nx nx_h264_intra16_gate.nx

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

main sys_openat_append gp sys_write sys_mmap nx_intra16x16_pred gn sys_mmap ↻ sys_write ↻ sys_close sys_exit

structs

none

consts

none

functions

12func gp(logfd: i64, s: *u8) -> i64
called by 1: main calls 1: sys_write
19func gn(logfd: i64, v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
34func main() -> i64