Searched refs:ntilesw (Results 1 – 1 of 1) sorted by relevance
156 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local200 for (col = 0, dstPtr2 = dstPtr; col < ntilesw; in decomp()331 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local349 ntilesw = (w + tilew - 1) / tilew; in fullTest()353 ntilesw * ntilesh)) == NULL) in fullTest()355 memset(jpegBuf, 0, sizeof(unsigned char *) * ntilesw * ntilesh); in fullTest()357 ntilesw * ntilesh)) == NULL) in fullTest()359 memset(jpegSize, 0, sizeof(unsigned long) * ntilesw * ntilesh); in fullTest()362 for (i = 0; i < ntilesw * ntilesh; i++) { in fullTest()399 for (col = 0, srcPtr2 = srcPtr; col < ntilesw; in fullTest()[all …]