Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c839 const int image_histo_size = image_histo->size; in HistogramCombineGreedy() local
852 if (!HistoQueueInit(&histo_queue, image_histo_size * image_histo_size)) { in HistogramCombineGreedy()
856 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
858 for (j = i + 1; j < image_histo_size; ++j) { in HistogramCombineGreedy()