Home
last modified time | relevance | path

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

/external/angle/src/image_util/
Dloadimage_etc.cpp723 uint8_t decodedColors[2][3] = {{maxColor.R, maxColor.G, maxColor.B}, in matchBC1Bits() local
729 direction[ch] = decodedColors[0][ch] - decodedColors[1][ch]; in matchBC1Bits()
735 stops[i] = decodedColors[i][0] * direction[0] + decodedColors[i][1] * direction[1] + in matchBC1Bits()
736 decodedColors[i][2] * direction[2]; in matchBC1Bits()