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.c725 int image_histo_size = image_histo->size; in HistogramCombineGreedy() local
730 (int*)WebPSafeMalloc(image_histo_size, sizeof(*clusters)); in HistogramCombineGreedy()
734 if (!HistoQueueInit(&histo_queue, image_histo_size) || clusters == NULL) { in HistogramCombineGreedy()
738 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
741 for (j = i + 1; j < image_histo_size; ++j) { in HistogramCombineGreedy()
747 while (image_histo_size > 1 && histo_queue.size > 0) { in HistogramCombineGreedy()
753 for (i = 0; i + 1 < image_histo_size; ++i) { in HistogramCombineGreedy()
758 --image_histo_size; in HistogramCombineGreedy()
773 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
780 for (i = 0; i < image_histo_size; ++i) { in HistogramCombineGreedy()
[all …]