HomeSort by relevance Sort by last modified time
    Searched full:best_v (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
filter.c 364 double best_v = 1.00001 * (*it->lf_stats_)[s][0]; local
367 if (v > best_v) {
368 best_v = v;

Completed in 18 milliseconds