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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 388 int best_idx1 = -1, best_idx2 = 1; local
413 best_idx1 = idx1;
418 if (best_idx1 >= 0) {
419 *out->histograms[best_idx1] = *best_combo;
  /external/webp/src/enc/
histogram.c 760 int best_idx1 = -1, best_idx2 = 1; local
783 best_idx1 = idx1;
788 if (best_idx1 >= 0) {
789 HistogramSwap(&best_combo, &histograms[best_idx1]);
    [all...]

Completed in 58 milliseconds