Searched refs:best_out (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h202 int best_out = i == 0 ? symbols[0] : symbols[i - 1]; local
203 double best_bits = HistogramBitCostDistance(in[i], out[best_out]);
209 best_out = *k;
212 symbols[i] = best_out;
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c644 int best_out = 0; local
653 best_out = k;
656 symbols[i] = best_out;
/external/webp/src/enc/
H A Dhistogram.c644 int best_out = 0; local
653 best_out = k;
656 symbols[i] = best_out;

Completed in 34 milliseconds