Searched defs:huffman_tables (Results 1 – 2 of 2) sorted by relevance
266 int VP8LHuffmanTablesAllocate(int size, HuffmanTables* huffman_tables) { in VP8LHuffmanTablesAllocate()279 void VP8LHuffmanTablesDeallocate(HuffmanTables* const huffman_tables) { in VP8LHuffmanTablesDeallocate()
367 HuffmanTables* huffman_tables = &hdr->huffman_tables_; in ReadHuffmanCodes() local