Searched refs:HistogramAddEval (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | histogram.c | 301 static double HistogramAddEval(const VP8LHistogram* const a, in HistogramAddEval() function 531 HistogramAddEval(histograms[idx1], histograms[idx2], in HistogramCombineEntropyBin() 649 HistogramAddEval(histograms[idx1], histograms[idx2], histos, 0); in PreparePair() 778 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2], in HistogramCombineStochastic()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | histogram.c | 249 static double HistogramAddEval(const VP8LHistogram* const a, in HistogramAddEval() function 403 curr_cost_diff = HistogramAddEval(out->histograms[idx1], in HistogramCombine()
|