Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.cpp299 const uint8_t pixel1_channel = pixel1_rgba[channel]; in PixelsAreSimilar() local
301 if ((std::max(pixel1_channel, pixel2_channel) - in PixelsAreSimilar()
302 std::min(pixel1_channel, pixel2_channel)) > kDefaultTolerance) { in PixelsAreSimilar()