Searched refs:BITS_SPECIAL_MARKER (Results 1 – 1 of 1) sorted by relevance
200 #define BITS_SPECIAL_MARKER 0x100 // something large enough (and a bit-mask) macro208 if (code.bits < BITS_SPECIAL_MARKER) { in ReadPackedSymbols()213 VP8LSetBitPos(br, br->bit_pos_ + code.bits - BITS_SPECIAL_MARKER); in ReadPackedSymbols()234 huff->bits = hcode.bits + BITS_SPECIAL_MARKER; in BuildPackedTable()