Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp717 int XTrueDim = PVRT_MAX(XDim,((Do2bitMode==1)?16:8)); in PVRTDecompressPVRTC() local
721 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
723 pDecompressedData=(Pixel32*)malloc(XTrueDim*YTrueDim*sizeof(Pixel32)); in PVRTDecompressPVRTC()
727 …int retval = pvrtcDecompress((PVRTuint8*)pCompressedData,pDecompressedData,XTrueDim,YTrueDim,(Do2b… in PVRTDecompressPVRTC()
730 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
737 ((Pixel32*)pResultImage)[x+y*XDim]=pDecompressedData[x+y*XTrueDim]; in PVRTDecompressPVRTC()