OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLASS0_BITS
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
62
#define
CLASS0_BITS
1 /* bits at integer precision for class 0 */
63
#define CLASS0_SIZE (1 <<
CLASS0_BITS
)
64
#define MV_OFFSET_BITS (MV_CLASSES +
CLASS0_BITS
- 2)
66
#define MV_MAX_BITS (MV_CLASSES +
CLASS0_BITS
+ 2)
vp9_entropymv.c
170
int b = c +
CLASS0_BITS
- 1; // number of bits
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
48
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
106
b = c +
CLASS0_BITS
- 1; /* number of bits */
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
221
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
Completed in 46 milliseconds