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

  /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,
huffman_utils.c 53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table,
55 HuffmanCode code) {
80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
83 HuffmanCode* table = root_table; // next available space in table
129 HuffmanCode code;
155 HuffmanCode code;
173 HuffmanCode code;
205 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
  /external/webp/src/dec/
vp8li_dec.h 54 HuffmanCode *huffman_tables_;
vp8l_dec.c 183 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table,
219 static int AccumulateHCode(HuffmanCode hcode, int shift,
232 HuffmanCode hcode = htree_group->htrees[GREEN][bits];
256 HuffmanCode table[1 << LENGTHS_TABLE_BITS];
276 const HuffmanCode* p;
310 int* const code_lengths, HuffmanCode* const table) {
365 HuffmanCode* huffman_tables = NULL;
366 HuffmanCode* next = NULL;
406 huffman_tables = (HuffmanCode*)WebPSafeMalloc(num_htree_groups * table_size,
420 HuffmanCode** const htrees = htree_group->htrees
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 62 // Generates a HuffmanCode corresponding to the fixed literal table
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 62 // Generates a HuffmanCode corresponding to the fixed literal table

Completed in 3557 milliseconds