Home
last modified time | relevance | path

Searched refs:VP8L_MAX_NUM_BIT_READ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dbit_reader_utils.c129 static const uint32_t kBitMask[VP8L_MAX_NUM_BIT_READ + 1] = {
210 if (!br->eos_ && n_bits <= VP8L_MAX_NUM_BIT_READ) { in VP8LReadBits()
Dbit_reader_utils.h114 #define VP8L_MAX_NUM_BIT_READ 24 macro