Home
last modified time | relevance | path

Searched refs:vp9_inc_mv (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
Dvp9_entropymv.c171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c240 vp9_inc_mv(&diff, counts); in inc_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c251 vp9_inc_mv(&diff, counts); in read_mv()