Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_utils.h83 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
Dhuffman_utils.c214 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in VP8LBuildHuffmanTable() function
/external/webp/src/dec/
Dvp8l_dec.c258 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS, in ReadHuffmanCodeLengths()
348 size = VP8LBuildHuffmanTable(table, HUFFMAN_TABLE_BITS, in ReadHuffmanCode()