Searched refs:minColorIndex (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 834 int minColorIndex, in packBC1() 838 const R8G8B8A8 &minColor = subblockColors[minColorIndex]; in packBC1() 987 int *minColorIndex, in selectEndPointPCA() 1122 *minColorIndex = static_cast<int>(minIndex); in selectEndPointPCA() 1194 int minColorIndex, maxColorIndex; in transcodeIndividualOrDifferentialBlockToBC1() local 1195 selectEndPointPCA(pixelIndexCounts, subblockColors, kNumColors, &minColorIndex, in transcodeIndividualOrDifferentialBlockToBC1() 1198 packBC1(dest, pixelIndices, pixelIndexCounts, subblockColors, kNumColors, minColorIndex, in transcodeIndividualOrDifferentialBlockToBC1() 1247 int minColorIndex, maxColorIndex; in transcodeTBlockToBC1() local 1248 selectEndPointPCA(pixelIndexCounts, paintColors, kNumColors, &minColorIndex, in transcodeTBlockToBC1() 1251 packBC1(dest, pixelIndices, pixelIndexCounts, paintColors, kNumColors, minColorIndex, in transcodeTBlockToBC1() [all …]
|