Home
last modified time | relevance | path

Searched refs:VP8LBuildHuffmanTable (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/utils/
Dhuffman.h81 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
Dhuffman.c78 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in VP8LBuildHuffmanTable() function
/external/webp/src/dec/
Dvp8l.c257 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()
347 size = VP8LBuildHuffmanTable(table, HUFFMAN_TABLE_BITS, in ReadHuffmanCode()