Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff.cc181 RgbaToCountMap baseline_histogram; in HistogramPercentageDifferent() local
185 ++baseline_histogram[baseline.pixel_at(x, y)]; in HistogramPercentageDifferent()
194 RgbaToCountMap::iterator it = baseline_histogram.find(actual_rgba); in HistogramPercentageDifferent()
195 if (it != baseline_histogram.end() && it->second > 0) in HistogramPercentageDifferent()