Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c32 #define MAX_HISTO_GREEDY 100 macro
1226 const int threshold_size = (int)(1 + (x * x * x) * (MAX_HISTO_GREEDY - 1)); in VP8LGetHistoImageSymbols()