Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c103 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) { in vp9_get_mv_class() function
119 c = vp9_get_mv_class(z, &o); in inc_mv_component()
Dvp9_entropymv.h112 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c36 const int mv_class = vp9_get_mv_class(mag - 1, &offset); in encode_mv_component()