Home
last modified time | relevance | path

Searched defs:ntilesh (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtjbench.c152 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local
325 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local
531 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, in decompTest() local
/external/libjpeg-turbo/java/
DTJBench.java335 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local
496 int w = 0, h = 0, ntilesw = 1, ntilesh = 1, subsamp = -1, cs = -1; in decompTest() local