nx_h264_bframe_probe.nx
buildroot/runtime/nx_h264_bframe_probe.nx
about
nx_h264_bframe_probe.nx -- B-R0: parse the GOP STRUCTURE of an annexb H.264 stream with B-frames
(knowledge/staging/media/bframe_test.264, made by x264 --no-cabac --bframes 1). Splits annexb NALs,
parses SPS/PPS, and for every slice prints (decode-order idx, nal_type, slice_type I/P/B, frame_num,
poc_lsb, nal_ref_idc) -- revealing decode order vs display (POC) order and which frames are B + their
reference role. Foundation for the B-frame decode arc (ref-list construction, bi-prediction). Exit 0.
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_h264_bits.nxnx_h264_sps.nxnx_h264_pps.nxnx_h264_nal.nxnx_h264_slice.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(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func gn(v: i64) -> i64 |
| 25 | func main() -> i64 |