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/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h
202
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/
histogram.c
644
int
best_out
= 0;
local
653
best_out
= k;
656
symbols[i] =
best_out
;
/external/webp/src/enc/
histogram.c
644
int
best_out
= 0;
local
653
best_out
= k;
656
symbols[i] =
best_out
;
Completed in 376 milliseconds