Searched refs:VP8L_MAX_NUM_BIT_READ (Results 1 – 2 of 2) sorted by relevance
129 static const uint32_t kBitMask[VP8L_MAX_NUM_BIT_READ + 1] = {210 if (!br->eos_ && n_bits <= VP8L_MAX_NUM_BIT_READ) { in VP8LReadBits()
114 #define VP8L_MAX_NUM_BIT_READ 24 macro