Home
last modified time | relevance | path

Searched defs:huffman_tables (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dhuffman_utils.c266 int VP8LHuffmanTablesAllocate(int size, HuffmanTables* huffman_tables) { in VP8LHuffmanTablesAllocate()
279 void VP8LHuffmanTablesDeallocate(HuffmanTables* const huffman_tables) { in VP8LHuffmanTablesDeallocate()
/external/webp/src/dec/
Dvp8l_dec.c367 HuffmanTables* huffman_tables = &hdr->huffman_tables_; in ReadHuffmanCodes() local