code wiki / (root) / nx_h264_intra16plane_gate.nx

nx_h264_intra16plane_gate.nx

buildroot/runtime/nx_h264_intra16plane_gate.nx

3938 B98 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic h264
docsdependenciesstructsconstsfunctions

about

nx_h264_intra16plane_gate.nx -- validate Intra_16x16 Plane (mode 3). SOVEREIGN ORACLE: if the neighbor samples lie exactly on a plane p(x,y)=base+gx*(x-7)+gy*(y-7), the H.264 plane predictor MUST reproduce p exactly over the whole 16x16 block (the transform's exact-recovery property). We synthesize neighbors from a known plane, predict, and require pred==p for all 256. Tests: 2 gradients + flat + a sensitivity control. Exit 0/1. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_h264_intra16.nx nx_h264_intra16plane_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 plane_recover sys_mmap nx_intra16x16_pred_full nx_intra16x16_pred asr gp ↻ gnum sys_mmap ↻ sys_write ↻ sys_mmap ↻ nx_intra16x16_pred_full ↻ gnum ↻ sys_close sys_exit

structs

none

consts

none

functions

11func gp(fd: i64, s: *u8) -> i64
called by 2: plane_recovermain calls 1: sys_write
18func gnum(fd: i64, v: i64) -> i64
called by 2: plane_recovermain calls 2: sys_mmapsys_write
34func plane_recover(fd: i64, base: i64, gx: i64, gy: i64) -> i64
62func main() -> i64