OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_v
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
filter.c
397
double
best_v
= 1.00001 * (*it->lf_stats_)[s][0];
local
400
if (v >
best_v
) {
401
best_v
= v;
/external/webp/src/enc/
filter.c
397
double
best_v
= 1.00001 * (*it->lf_stats_)[s][0];
local
400
if (v >
best_v
) {
401
best_v
= v;
Completed in 235 milliseconds