OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_BD_VALUE_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
dboolhuff.h
29
#define
VP8_BD_VALUE_SIZE
((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
74
bigsplit = (VP8_BD_VALUE)split << (
VP8_BD_VALUE_SIZE
- 8);
125
if ((br->count >
VP8_BD_VALUE_SIZE
) && (br->count < VP8_LOTS_OF_BITS))
dboolhuff.c
43
int shift =
VP8_BD_VALUE_SIZE
- CHAR_BIT - (count + CHAR_BIT);
detokenize.c
62
VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (
VP8_BD_VALUE_SIZE
- 8);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.h
28
#define
VP8_BD_VALUE_SIZE
((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
79
bigsplit = (VP8_BD_VALUE)split << (
VP8_BD_VALUE_SIZE
- 8);
130
if ((br->count >
VP8_BD_VALUE_SIZE
) && (br->count < VP8_LOTS_OF_BITS))
dboolhuff.c
42
int shift =
VP8_BD_VALUE_SIZE
- 8 - (count + 8);
detokenize.c
62
VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (
VP8_BD_VALUE_SIZE
- 8);
Completed in 1393 milliseconds