nx_h264_bframe_walk.nx
buildroot/runtime/nx_h264_bframe_walk.nx
about
nx_h264_bframe_walk.nx -- B-R2: ENTROPY-WALK the first B-slice of bframe_test.264, consuming every bit
(B mb_skip_run, B mb_types incl B_8x8 sub_mb_types, per-list L0/L1 ref_idx + mvd, inter CBP, residual,
intra-in-B). Proof of correct B syntax = all MBs parsed + reader lands at rbsp end (same bar as P-R1c).
No reconstruction yet (B-R3+). license_tier: ORIGINAL
dependencies 13 imports · 0 importers
diagram shows first 10 each side; +3 more imports, +0 more importers in the complete lists below.
imports: nx_syscalls.nxnx_h264_bits.nxnx_h264_sps.nxnx_h264_pps.nxnx_h264_nal.nxnx_h264_slice.nxnx_h264_mb.nxnx_h264_mb_pred.nxnx_h264_coeff_token.nxnx_h264_cavlc_level.nxnx_h264_residual.nxnx_h264_nc.nxnx_h264_bmb.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
| 19 | 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 } |
| 20 | func gn(v: i64) -> i64 |
| 30 | func dec_luma(br: *BitReader, lumaTC: *i64, lbW: i64, bx: i64, by: i64, maxc: i64, coeff: *i64) -> i64 |
| 42 | func dec_cac(br: *BitReader, cTC: *i64, cbW: i64, cbx: i64, cby: i64, coeff: *i64) -> i64 |
| 54 | func read_ref(br: *BitReader, num_ref: i64) -> i64 |
| 60 | func main() -> i64 |