OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_out
(Results
1 - 3
of
3
) sorted by null
/external/brotli/c/enc/
block_splitter_inc.h
305
uint32_t
best_out
;
311
best_out
= (i == 0) ? histogram_symbols[0] : histogram_symbols[i - 1];
313
FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[
best_out
]);
319
best_out
= clusters[j];
322
histogram_symbols[i] =
best_out
;
323
if (new_index[
best_out
] == kInvalidIndex) {
324
new_index[
best_out
] = next_index++;
cluster_inc.h
177
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/
histogram_enc.c
936
int
best_out
= 0;
local
[
all
...]
Completed in 170 milliseconds