Home
last modified time | relevance | path

Searched defs:ntilesw (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/test/
Dtjbench.c91 int ntilesw=(w+tilew-1)/tilew, ntilesh=(h+tileh-1)/tileh; in decomptest() local
217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps; in dotest() local
358 int i, tilew, tileh, ntilesw=1, ntilesh=1, retval=0; in dodecomptest() local
/external/libjpeg-turbo/
Dtjbench.c116 int ntilesw=(w+tilew-1)/tilew, ntilesh=(h+tileh-1)/tileh; in decomp() local
297 int ntilesw=1, ntilesh=1, pitch=w*ps; in fullTest() local
505 int row, col, i, iter, tilew, tileh, ntilesw=1, ntilesh=1, retval=0; in decompTest() local
/external/libjpeg-turbo/java/
DTJBench.java288 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local
434 int ntilesw = 1, ntilesh = 1; in decompTest() local