code wiki / _hdl_build / nx_vmvpred_gate.nx
nx_vmvpred_gate.nx
buildroot/runtime/_hdl_build/nx_vmvpred_gate.nx
about
nx_vmvpred_gate.nx -- proves + MEASURES MV prediction (nx_vmvpred): on a realistic motion field (a camera pan with a
couple of differently-moving object blocks), coding MVs as residuals from the median neighbour predictor costs far
fewer bits than coding them absolutely. Uses the codec's real varint MV cost (ve_zze/ve_blen).
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_vmvpred.nxnx_ventropy.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
| 9 | func vbits(v: i64) -> i64 { return 5 + ve_blen(ve_zze(v)) } // bits one varint MV component costs (codec's coder) |
| 11 | func main() -> i64 |