nx_h264_intra16plane_gate.nx
buildroot/runtime/nx_h264_intra16plane_gate.nx
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
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
| 11 | func gp(fd: i64, s: *u8) -> i64 |
| 18 | func gnum(fd: i64, v: i64) -> i64 |
| 34 | func plane_recover(fd: i64, base: i64, gx: i64, gy: i64) -> i64 |
| 62 | func main() -> i64 |