Searched defs:best_idx2 (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h142 int best_idx2 = pairs[0].idx2; local
143 out[best_idx1].AddHistogram(out[best_idx2]);
145 cluster_size[best_idx1] += cluster_size[best_idx2];
147 if (symbols[i] == best_idx2) {
152 if (clusters[i] >= best_idx2) {
161 p.idx1 == best_idx2 || p.idx2 == best_idx2) {
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c583 int best_idx1 = -1, best_idx2 = 1; local
611 best_idx2 = idx2;
617 // swap best_idx2 slot with last one (which is now unused)
619 if (best_idx2 != image_histo_size) {
620 HistogramCopy(histograms[image_histo_size], histograms[best_idx2]);
/external/webp/src/enc/
H A Dhistogram.c583 int best_idx1 = -1, best_idx2 = 1; local
611 best_idx2 = idx2;
617 // swap best_idx2 slot with last one (which is now unused)
619 if (best_idx2 != image_histo_size) {
620 HistogramCopy(histograms[image_histo_size], histograms[best_idx2]);

Completed in 277 milliseconds