Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp784 int index = x*4+y, pixelMod; in modifyPixel() local
788 pixelMod = mod[modTable][((modBlock>>(index+24))&0x1)+((mostSig>>(index+8))&0x2)]; in modifyPixel()
790 pixelMod = mod[modTable][((modBlock>>(index+8))&0x1)+((mostSig>>(index-8))&0x2)]; in modifyPixel()
792 red = _CLAMP_(red+pixelMod,0,255); in modifyPixel()
793 green = _CLAMP_(green+pixelMod,0,255); in modifyPixel()
794 blue = _CLAMP_(blue+pixelMod,0,255); in modifyPixel()