OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8L_MAX_NUM_BIT_READ
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
bit_reader_utils.h
114
#define
VP8L_MAX_NUM_BIT_READ
24
140
// of
VP8L_MAX_NUM_BIT_READ
(inclusive).
bit_reader_utils.c
129
static const uint32_t kBitMask[
VP8L_MAX_NUM_BIT_READ
+ 1] = {
210
if (!br->eos_ && n_bits <=
VP8L_MAX_NUM_BIT_READ
) {
Completed in 58 milliseconds