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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h310 uint32_t best_out; local in function:FN
316 best_out = (i == 0) ? histogram_symbols[0] : histogram_symbols[i - 1];
318 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]);
324 best_out = clusters[j];
327 histogram_symbols[i] = best_out;
328 if (new_index[best_out] == kInvalidIndex) {
329 new_index[best_out] = next_index++;
H A 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;

Completed in 3 milliseconds