Searched refs:ui32Width (Results 1 – 3 of 3) sorted by relevance
664 const unsigned int ui32Width, in PVRShellWriteBMPFile() argument684 unsigned int i32OutBytesPerLine = ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()692 i32OutAlign = i32OutBytesPerLine - ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()709 unsigned int biWidth = ui32Width * ui32PixelReplicate; in PVRShellWriteBMPFile()722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i) in PVRShellWriteBMPFile()761 const unsigned char * pRow = &pData[3 * ui32Width * nY]; in PVRShellWriteBMPFile()764 for(unsigned int nX = 0; nX < ui32Width; ++nX) in PVRShellWriteBMPFile()
616 const unsigned int ui32Width,
629 PVRTuint32 ui32Width, in pvrtcDecompress() argument642 int i32NumXWords = (int)(ui32Width / ui32WordWidth); in pvrtcDecompress()687 mapDecompressedData(pOutData, ui32Width, pPixels, indices, ui8Bpp); in pvrtcDecompress()694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2); in pvrtcDecompress()