OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_MAX_BITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
69
#define
MV_MAX_BITS
(MV_CLASSES + CLASS0_BITS + 2)
70
#define MV_MAX ((1 <<
MV_MAX_BITS
) - 1)
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
69
#define
MV_MAX_BITS
(MV_CLASSES + CLASS0_BITS + 2)
70
#define MV_MAX ((1 <<
MV_MAX_BITS
) - 1)
Completed in 29 milliseconds