Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman.h28 #define LENGTHS_TABLE_BITS 7 macro
29 #define LENGTHS_TABLE_MASK ((1 << LENGTHS_TABLE_BITS) - 1)
/external/webp/src/dec/
Dvp8l.c255 HuffmanCode table[1 << LENGTHS_TABLE_BITS]; in ReadHuffmanCodeLengths()
257 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()