Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c972 const int threshold_size = (int)(1 + (x * x * x) * (MAX_HISTO_GREEDY - 1)); in VP8LGetHistoImageSymbols() local
974 cur_combo, quality, threshold_size); in VP8LGetHistoImageSymbols()
975 if ((image_histo->size <= threshold_size) && in VP8LGetHistoImageSymbols()