Searched defs:MV_CLASSES (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymv.h49 #define MV_CLASSES 11 macro
66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
69 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
84 vp9_prob classes[MV_CLASSES - 1];
112 unsigned int classes[MV_CLASSES];

Completed in 32 milliseconds