Lines Matching refs:Pixel128S
40 struct Pixel128S struct
124 Pixel128S *pPixel, PVRTuint8 ui8Bpp) in interpolateColours()
132 Pixel128S hP = {(PVRTint32)P.red,(PVRTint32)P.green,(PVRTint32)P.blue,(PVRTint32)P.alpha}; in interpolateColours()
133 Pixel128S hQ = {(PVRTint32)Q.red,(PVRTint32)Q.green,(PVRTint32)Q.blue,(PVRTint32)Q.alpha}; in interpolateColours()
134 Pixel128S hR = {(PVRTint32)R.red,(PVRTint32)R.green,(PVRTint32)R.blue,(PVRTint32)R.alpha}; in interpolateColours()
135 Pixel128S hS = {(PVRTint32)S.red,(PVRTint32)S.green,(PVRTint32)S.blue,(PVRTint32)S.alpha}; in interpolateColours()
138 …Pixel128S QminusP = {hQ.red - hP.red, hQ.green - hP.green, hQ.blue - hP.blue, hQ.alpha - hP.alpha}… in interpolateColours()
139 …Pixel128S SminusR = {hS.red - hR.red, hS.green - hR.green, hS.blue - hR.blue, hS.alpha - hR.alpha}… in interpolateColours()
156 Pixel128S Result={4*hP.red, 4*hP.green, 4*hP.blue, 4*hP.alpha}; in interpolateColours()
157 Pixel128S dY = {hR.red - hP.red, hR.green - hP.green, hR.blue - hP.blue, hR.alpha - hP.alpha}; in interpolateColours()
188 Pixel128S Result={4*hP.red, 4*hP.green, 4*hP.blue, 4*hP.alpha}; in interpolateColours()
189 Pixel128S dY = {hR.red - hP.red, hR.green - hP.green, hR.blue - hP.blue, hR.alpha - hP.alpha}; in interpolateColours()
432 Pixel128S upscaledColourA[32]; in pvrtcGetDecompressedPixels()
433 Pixel128S upscaledColourB[32]; in pvrtcGetDecompressedPixels()
462 Pixel128S result; in pvrtcGetDecompressedPixels()