Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_utils.h28 #define LENGTHS_TABLE_BITS 7 macro
29 #define LENGTHS_TABLE_MASK ((1 << LENGTHS_TABLE_BITS) - 1)
/external/webp/src/dec/
Dvp8l_dec.c256 HuffmanCode table[1 << LENGTHS_TABLE_BITS]; in ReadHuffmanCodeLengths()
258 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()