Searched defs:ntilesh (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | tjbench.c | 162 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local 338 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 548 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, in decompTest() local
|