Home
last modified time | relevance | path

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

/external/angle/src/image_util/
Dloadimage_etc.cpp741 int encodedColors[kNumPixelsInBlock]; in matchBC1Bits() local
753 encodedColors[i] = 3; in matchBC1Bits()
768 encodedColors[i] = 0; in matchBC1Bits()
771 encodedColors[i] = 2; in matchBC1Bits()
775 encodedColors[i] = 1; in matchBC1Bits()
802 encodedColors[i] = 1; in matchBC1Bits()
805 encodedColors[i] = 3; in matchBC1Bits()
808 encodedColors[i] = 2; in matchBC1Bits()
812 encodedColors[i] = 0; in matchBC1Bits()
823 bits |= encodedColors[pixelIndices[i]]; in matchBC1Bits()