nx_h264_colmv_gate.nx
buildroot/runtime/nx_h264_colmv_gate.nx
about
nx_h264_colmv_gate.nx -- verify the co-located MV-field decoder: decode the future-anchor P-slice
(POC 6 = RefPicList1[0] of the first B-slice) of bframe_test.264 via nx_h264_pslice_mvfield and confirm
the reader lands at the rbsp end (entropy sync) + report the per-4x4 MV field stats. Exit 0/1.
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_h264_bits.nxnx_h264_sps.nxnx_h264_pps.nxnx_h264_nal.nxnx_h264_slice.nxnx_h264_poc.nxnx_h264_pmvfield.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 |