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

  /external/webp/src/utils/
huffman.h 28 #define LENGTHS_TABLE_BITS 7
29 #define LENGTHS_TABLE_MASK ((1 << LENGTHS_TABLE_BITS) - 1)
  /external/webp/src/dec/
vp8l.c 255 HuffmanCode table[1 << LENGTHS_TABLE_BITS];
257 if (!VP8LBuildHuffmanTable(table, LENGTHS_TABLE_BITS,
    [all...]

Completed in 74 milliseconds