Home
last modified time | relevance | path

Searched refs:SORTED_SIZE_CUTOFF (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/utils/
Dhuffman_utils.c213 #define SORTED_SIZE_CUTOFF 512 macro
221 } else if (code_lengths_size <= SORTED_SIZE_CUTOFF) { in VP8LBuildHuffmanTable()
223 uint16_t sorted[SORTED_SIZE_CUTOFF]; in VP8LBuildHuffmanTable()