OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9_BD_VALUE
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_dboolhuff.h
21
typedef size_t
VP9_BD_VALUE
;
23
#define BD_VALUE_SIZE ((int)sizeof(
VP9_BD_VALUE
)*CHAR_BIT)
28
VP9_BD_VALUE
value;
43
VP9_BD_VALUE
value;
44
VP9_BD_VALUE
bigsplit;
55
bigsplit = (
VP9_BD_VALUE
)split << (BD_VALUE_SIZE - 8);
vp9_dboolhuff.c
42
VP9_BD_VALUE
value = r->value;
57
value |= (
VP9_BD_VALUE
)*buffer++ << shift;
Completed in 49 milliseconds