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

  /external/brotli/c/enc/
cluster_inc.h 98 uint32_t best_idx2;
107 best_idx2 = pairs[0].idx2;
108 FN(HistogramAddHistogram)(&out[best_idx1], &out[best_idx2]);
110 cluster_size[best_idx1] += cluster_size[best_idx2];
112 if (symbols[i] == best_idx2) {
117 if (clusters[i] == best_idx2) {
130 p->idx1 == best_idx2 || p->idx2 == best_idx2) {
  /external/webp/src/enc/
histogram_enc.c 825 int best_idx1 = -1, best_idx2 = 1; local
853 best_idx2 = histo_queue.queue[0].idx2;
854 assert(best_idx1 < best_idx2);
855 HistogramAddEval(histograms[best_idx1], histograms[best_idx2],
857 // Swap the best_idx2 histogram with the last one (which is now unused).
859 if (best_idx2 != image_histo_size) {
860 HistogramSwap(&histograms[image_histo_size], &histograms[best_idx2]);
864 // best_idx2 or image_histo_size
    [all...]

Completed in 545 milliseconds