Home
last modified time | relevance | path

Searched refs:huffman_tables_ (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8li_dec.h54 HuffmanTables huffman_tables_; member
Dvp8l_dec.c367 HuffmanTables* huffman_tables = &hdr->huffman_tables_; in ReadHuffmanCodes()
1365 VP8LHuffmanTablesDeallocate(&hdr->huffman_tables_); in ClearMetadata()
1680 assert(dec->hdr_.huffman_tables_.root.start != NULL); in VP8LDecodeImage()