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

  /external/webp/src/enc/
filter.c 269 double best_v = 1.00001 * (*it->lf_stats_)[s][0]; local
272 if (v > best_v) {
273 best_v = v;
  /external/opencv3/3rdparty/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;

Completed in 222 milliseconds