HomeSort by relevance Sort by last modified time
    Searched defs:HuffmanCode (Results 1 - 2 of 2) sorted by null

  /external/brotli/c/dec/
huffman.h 38 } HuffmanCode;
41 BROTLI_INTERNAL void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* root_table,
46 BROTLI_INTERNAL uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table,
53 BROTLI_INTERNAL uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,
58 HuffmanCode** htrees;
59 HuffmanCode* codes;
  /external/webp/src/utils/
huffman_utils.h 36 } HuffmanCode;
58 HuffmanCode* htrees[HUFFMAN_CODES_PER_META_CODE];
81 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,

Completed in 190 milliseconds