Home
last modified time | relevance | path

Searched defs:HuffmanTables (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/utils/
Dhuffman_utils.h58 typedef struct HuffmanTables { struct
59 HuffmanTablesSegment root; argument
61 HuffmanTablesSegment* curr_segment; argument
62 } HuffmanTables; typedef