Searched defs:HistogramAddEval (Results 1 - 2 of 2) sorted by last modified time

/external/webp/src/enc/
H A Dhistogram.c326 static double HistogramAddEval(const VP8LHistogram* const a, function
343 // Same as HistogramAddEval(), except that the resulting histogram
543 HistogramAddEval(histograms[idx1], histograms[idx2],
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c326 static double HistogramAddEval(const VP8LHistogram* const a, function
343 // Same as HistogramAddEval(), except that the resulting histogram
543 HistogramAddEval(histograms[idx1], histograms[idx2],
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],

Completed in 74 milliseconds