code wiki / (root) / nx_h264_colmv_gate.nx

nx_h264_colmv_gate.nx

buildroot/runtime/nx_h264_colmv_gate.nx

5705 B125 linesdepth 6pulls 22 transitivereach 0 importersview sourcekind gate/prooftopic h264
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_h264_bits.nx nx_h264_sps.nx nx_h264_pps.nx nx_h264_nal.nx nx_h264_slice.nx nx_h264_poc.nx nx_h264_pmvfield.nx nx_h264_colmv_gate.nx

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

main sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close gp sys_write sys_exit nx_nal_split_annexb nx_h264_unescape_rbsp nx_h264_parse_sps sys_mmap ↻ br_init sys_mmap ↻ br_read_bits br_read_bit br_read_ue br_read_bit ↻ br_read_bits ↻ nx_h264_is_high br_read_se br_read_ue ↻ nx_h264_parse_pps sys_mmap ↻ br_init ↻ br_read_ue ↻ br_read_bits ↻ br_read_se ↻ br_init ↻ nx_h264_parse_slice_header br_read_ue ↻ br_read_bits ↻ br_read_se ↻ nx_h264_poc_type0 nx_h264_pslice_mvfield sys_mmap ↻ br_read_ue ↻

structs

none

consts

none

functions

13func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
14func gn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
25func main() -> i64