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.c204 #define SORTED_SIZE_CUTOFF 512 macro
209 if (code_lengths_size <= SORTED_SIZE_CUTOFF) { in VP8LBuildHuffmanTable()
211 uint16_t sorted[SORTED_SIZE_CUTOFF]; in VP8LBuildHuffmanTable()