Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjbench.c544 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
650 tntilesh = (th + ttileh - 1) / ttileh; in decompTest()
658 for (row = 0, tile = 0; row < tntilesh; row++) { 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()