Searched refs:HuffmanTablesSegment (Results 1 – 2 of 2) sorted by relevance
47 typedef struct HuffmanTablesSegment { struct53 struct HuffmanTablesSegment* next; argument55 } HuffmanTablesSegment; argument59 HuffmanTablesSegment root;61 HuffmanTablesSegment* curr_segment;
230 struct HuffmanTablesSegment* next = in VP8LBuildHuffmanTable()231 (HuffmanTablesSegment*)WebPSafeMalloc(1, sizeof(*next)); in VP8LBuildHuffmanTable()268 HuffmanTablesSegment* const root = &huffman_tables->root; in VP8LHuffmanTablesAllocate()280 HuffmanTablesSegment *current, *next; in VP8LHuffmanTablesDeallocate()