HomeSort by relevance Sort by last modified time
    Searched refs:MV_CLASS_TYPE (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 101 static INLINE int mv_class_base(MV_CLASS_TYPE c) {
105 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) {
106 const MV_CLASS_TYPE c = (z >= CLASS0_SIZE * 4096)
108 : (MV_CLASS_TYPE)log_in_base_2[z >> 3];
vp9_entropymv.h 68 } MV_CLASS_TYPE;
112 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset);

Completed in 2194 milliseconds