Searched refs:LENGTHS_TABLE_BITS (Results 1 – 2 of 2) sorted by relevance
28 #define LENGTHS_TABLE_BITS 7 macro29 #define LENGTHS_TABLE_MASK ((1 << LENGTHS_TABLE_BITS) - 1)
256 HuffmanCode table[1 << LENGTHS_TABLE_BITS]; in ReadHuffmanCodeLengths()258 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()