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

  /external/webp/src/utils/
huffman.h 54 // can fit into a small look-up table packed_table[]
67 HuffmanCode32 packed_table[HUFFMAN_PACKED_TABLE_SIZE]; member in struct:HTreeGroup
  /external/webp/src/dec/
vp8l.c 205 const HuffmanCode32 code = group->packed_table[val];
230 HuffmanCode32* const huff = &htree_group->packed_table[bits];
    [all...]

Completed in 37 milliseconds