Searched refs:tntilesw (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjbench.c | 544 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local 649 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest() 659 for (col = 0; col < tntilesw; col++, tile++) { in decompTest() 677 if (tjTransform(handle, srcBuf, srcSize, tntilesw * tntilesh, jpegBuf, in decompTest() 692 for (tile = 0, totalJpegSize = 0; tile < tntilesw * tntilesh; tile++) in decompTest()
|