HomeSort by relevance Sort by last modified time
    Searched refs:best_idx2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 388 int best_idx1 = -1, best_idx2 = 1; local
414 best_idx2 = idx2;
420 // swap best_idx2 slot with last one (which is now unused)
422 if (best_idx2 != out_size) {
423 out->histograms[best_idx2] = out->histograms[out_size];
  /external/webp/src/enc/
histogram.c 760 int best_idx1 = -1, best_idx2 = 1; local
784 best_idx2 = idx2;
790 // swap best_idx2 slot with last one (which is now unused)
792 if (best_idx2 != image_histo_size) {
793 HistogramSwap(&histograms[image_histo_size], &histograms[best_idx2]);
    [all...]

Completed in 46 milliseconds