nx_h264_sps_gate.nx
buildroot/runtime/nx_h264_sps_gate.nx
about
nx_h264_sps_gate.nx -- REFEREE for the H.264 SPS parser (rung 3).
REAL worked example (Cardinal Peak): SPS NAL 67 42 00 0a f8 41 a2.
RBSP (after 0x67 header) = 42 00 0a f8 41 a2 ->
profile_idc=66 (Baseline), level_idc=10, pic_width_in_mbs_minus1=7,
pic_height_in_map_units_minus1=5, frame_mbs_only=1 -> 128 x 96.
Plus RBSP de-emulation KAT: 00 00 03 01 00 00 03 02 -> 00 00 01 00 00 02 (len6).
Every value PRINTED. stdout + knowledge/status/h264_sps_gate.log. Exit 0/1.
Sovereign: nx_syscalls + nx_h264_bits + nx_h264_sps. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_h264_bits.nxnx_h264_sps.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
| 13 | func gp(logfd: i64, s: *u8) -> i64 |
| 20 | func gn(logfd: i64, v: i64) -> i64 |
| 35 | func main() -> i64 |