nx_h264_pframe_probe.nx
buildroot/runtime/nx_h264_pframe_probe.nx
about
nx_h264_pframe_probe.nx -- P-R0: locate frame 1 (sample 1), parse its P-slice header,
reach the first P-macroblock. Proves the P-slice-header parse lands correctly (a wrong
parse desyncs -> garbage mb_skip_run/mb_type). Grounds the P-frame (inter) decode arc.
Verified target (ffmpeg trace_headers): slice_type=P(5), num_ref_idx_l0=0(+1 ref), QP=30.
license_tier: ORIGINAL
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_mp4_demux.nxnx_mp4_stbl.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
| 15 | 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 } |
| 16 | func gn(v: i64) -> i64 |
| 26 | func find_tag(b: *u8, start: i64, end: i64, s: *u8) -> i64 |
| 32 | func main() -> i64 |