Home
last modified time | relevance | path

Searched refs:vp9_get_mv_class (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c125 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) { in vp9_get_mv_class() function
150 c = vp9_get_mv_class(z, &o); in inc_mv_component()
Dvp9_entropymv.h106 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c37 const int mv_class = vp9_get_mv_class(mag - 1, &offset); in encode_mv_component()
106 c = vp9_get_mv_class(z, &o); in build_nmv_component_cost_table()