OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLASS0_BITS
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
64
#define
CLASS0_BITS
1 /* bits at integer precision for class 0 */
65
#define CLASS0_SIZE (1 <<
CLASS0_BITS
)
66
#define MV_OFFSET_BITS (MV_CLASSES +
CLASS0_BITS
- 2)
69
#define MV_MAX_BITS (MV_CLASSES +
CLASS0_BITS
+ 2)
vp9_entropymv.c
163
int b = c +
CLASS0_BITS
- 1; // number of bits
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
64
#define
CLASS0_BITS
1 /* bits at integer precision for class 0 */
65
#define CLASS0_SIZE (1 <<
CLASS0_BITS
)
66
#define MV_OFFSET_BITS (MV_CLASSES +
CLASS0_BITS
- 2)
69
#define MV_MAX_BITS (MV_CLASSES +
CLASS0_BITS
+ 2)
vp9_entropymv.c
163
int b = c +
CLASS0_BITS
- 1; // number of bits
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
57
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
115
b = c +
CLASS0_BITS
- 1; /* number of bits */
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
57
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
115
b = c +
CLASS0_BITS
- 1; /* number of bits */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c
215
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
216
const int n = mv_class +
CLASS0_BITS
- 1; // number of bits
Completed in 290 milliseconds