Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.h47 typedef struct HuffmanTablesSegment { struct
53 struct HuffmanTablesSegment* next; argument
55 } HuffmanTablesSegment; argument
59 HuffmanTablesSegment root;
61 HuffmanTablesSegment* curr_segment;
Dhuffman_utils.c230 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()