Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjbench.c544 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
615 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
618 ttileh); in decompTest()
637 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
650 tntilesh = (th + ttileh - 1) / ttileh; in decompTest()
661 t[tile].r.h = min(ttileh, th - row * ttileh); in decompTest()
663 t[tile].r.y = row * ttileh; in decompTest()
724 if (h == tileh) ttileh = th; in decompTest()
728 fileName, ttilew, ttileh) == -1) in decompTest()