Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dhuffman_utils.h28 #define LENGTHS_TABLE_BITS 7 macro
29 #define LENGTHS_TABLE_MASK ((1 << LENGTHS_TABLE_BITS) - 1)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c256 HuffmanCode table[1 << LENGTHS_TABLE_BITS]; in ReadHuffmanCodeLengths()
258 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()

Completed in 6 milliseconds