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