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.h305 uint32_t best_out; in FN() local
311 best_out = (i == 0) ? histogram_symbols[0] : histogram_symbols[i - 1]; in FN()
313 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]); in FN()
319 best_out = clusters[j]; in FN()
322 histogram_symbols[i] = best_out; in FN()
323 if (new_index[best_out] == kInvalidIndex) { in FN()
324 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.c1058 int best_out = 0; in HistogramRemap() local
1071 best_out = k; in HistogramRemap()
1074 symbols[i] = best_out; in HistogramRemap()