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

  /external/webp/src/enc/
histogram.c 301 static double HistogramAddEval(const VP8LHistogram* const a,
320 // Same as HistogramAddEval(), except that the resulting histogram
531 HistogramAddEval(histograms[idx1], histograms[idx2],
649 HistogramAddEval(histograms[idx1], histograms[idx2], histos, 0);
778 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 249 static double HistogramAddEval(const VP8LHistogram* const a,
293 // Same as HistogramAddEval(), except that the resulting histogram
403 curr_cost_diff = HistogramAddEval(out->histograms[idx1],

Completed in 68 milliseconds