Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dblock_splitter_inc.h310 uint32_t best_out; in FN() local
316 best_out = (i == 0) ? histogram_symbols[0] : histogram_symbols[i - 1]; in FN()
318 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]); in FN()
324 best_out = clusters[j]; in FN()
327 histogram_symbols[i] = best_out; in FN()
328 if (new_index[best_out] == kInvalidIndex) { in FN()
329 new_index[best_out] = next_index++; in FN()
Dcluster_inc.h177 uint32_t best_out = i == 0 ? symbols[0] : symbols[i - 1];
179 FN(BrotliHistogramBitCostDistance)(&in[i], &out[best_out]);
186 best_out = clusters[j];
189 symbols[i] = best_out;
/external/webp/src/enc/
Dhistogram_enc.c1059 int best_out = 0; in HistogramRemap() local
1072 best_out = k; in HistogramRemap()
1075 symbols[i] = best_out; in HistogramRemap()