Home
last modified time | relevance | path

Searched refs:HistogramAddThresh (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.c296 static double HistogramAddThresh(const VP8LHistogram* const a, in HistogramAddThresh() function
447 return HistogramAddThresh(candidate, square_histogram, cost_threshold); in HistogramDistance()
/external/webp/src/enc/
Dhistogram.c323 static double HistogramAddThresh(const VP8LHistogram* const a, in HistogramAddThresh() function
823 HistogramAddThresh(histograms[0], orig_histograms[i], MAX_COST); in HistogramRemap()
827 HistogramAddThresh(histograms[k], orig_histograms[i], best_bits); in HistogramRemap()