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.c699 int image_histo_size = image_histo->size; in HistogramCombineGreedy() local
704 (int*)WebPSafeMalloc(image_histo_size, sizeof(*clusters)); in HistogramCombineGreedy()
708 if (!HistoQueueInit(&histo_queue, image_histo_size) || clusters == NULL) { in HistogramCombineGreedy()
712 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
715 for (j = i + 1; j < image_histo_size; ++j) { in HistogramCombineGreedy()
722 while (image_histo_size > 1 && histo_queue.size > 0) { in HistogramCombineGreedy()
729 for (i = 0; i + 1 < image_histo_size; ++i) { in HistogramCombineGreedy()
734 --image_histo_size; in HistogramCombineGreedy()
756 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
765 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
[all …]