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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 542 const double curr_cost_diff = local
545 if (curr_cost_diff < bit_cost_thresh) {
589 double curr_cost_diff; local
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
603 if (curr_cost_diff < best_cost_diff) { // found a better pair?
609 best_cost_diff = curr_cost_diff;
  /external/webp/src/enc/
histogram.c 542 const double curr_cost_diff = local
545 if (curr_cost_diff < bit_cost_thresh) {
589 double curr_cost_diff; local
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
603 if (curr_cost_diff < best_cost_diff) { // found a better pair?
609 best_cost_diff = curr_cost_diff;

Completed in 360 milliseconds