Home
last modified time | relevance | path

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

/external/angle/src/image_util/
Dloadimage_etc.cpp712 uint32_t matchBC1Bits(const int *pixelIndices, in matchBC1Bits()
823 bits |= encodedColors[pixelIndices[i]]; in matchBC1Bits()
830 const int *pixelIndices, in packBC1()
847 bits = matchBC1Bits(pixelIndices, pixelIndexCounts, subblockColors, numColors, minColor, in packBC1()
859 if (0 == subblockColors[pixelIndices[i]].A) in packBC1()
953 void extractPixelIndices(int *pixelIndices, in extractPixelIndices()
974 int *row = &pixelIndices[j * 4]; in extractPixelIndices()
1185 int pixelIndices[kNumPixelsInBlock]; in transcodeIndividualOrDifferentialBlockToBC1() local
1190 extractPixelIndices(pixelIndices, pixelIndexCounts, x, y, w, h, u.idht.mode.idm.flipbit, in transcodeIndividualOrDifferentialBlockToBC1()
1198 packBC1(dest, pixelIndices, pixelIndexCounts, subblockColors, kNumColors, minColorIndex, in transcodeIndividualOrDifferentialBlockToBC1()
[all …]