HomeSort by relevance Sort by last modified time
    Searched refs:ntilesw (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/test/
tjbench.c 91 int ntilesw=(w+tilew-1)/tilew, ntilesh=(h+tileh-1)/tileh; local
125 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps; local
230 ntilesw=(w+tilew-1)/tilew; ntilesh=(h+tileh-1)/tileh;
233 *ntilesw*ntilesh))==NULL)
235 memset(jpegbuf, 0, sizeof(unsigned char *)*ntilesw*ntilesh);
237 *ntilesw*ntilesh))==NULL)
239 memset(jpegsize, 0, sizeof(unsigned long)*ntilesw*ntilesh);
241 for(i=0; i<ntilesw*ntilesh; i++)
269 for(col=0, srcptr2=srcptr; col<ntilesw; col++, tile++
358 int i, tilew, tileh, ntilesw=1, ntilesh=1, retval=0; local
    [all...]
  /external/libjpeg-turbo/
tjbench.c 116 int ntilesw=(w+tilew-1)/tilew, ntilesh=(h+tileh-1)/tileh; local
157 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
296 int ntilesw=1, ntilesh=1, pitch=w*ps; local
311 ntilesw=(w+tilew-1)/tilew; ntilesh=(h+tileh-1)/tileh;
314 *ntilesw*ntilesh))==NULL)
316 memset(jpegbuf, 0, sizeof(unsigned char *)*ntilesw*ntilesh);
318 *ntilesw*ntilesh))==NULL)
320 memset(jpegsize, 0, sizeof(unsigned long)*ntilesw*ntilesh);
323 for(i=0; i<ntilesw*ntilesh; i++)
357 for(col=0, srcptr2=srcptr; col<ntilesw; col++, tile++
503 int row, col, i, iter, tilew, tileh, ntilesw=1, ntilesh=1, retval=0; local
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 286 int ntilesw = 1, ntilesh = 1, pitch = w * ps; local
305 ntilesw = (w + tilew - 1) / tilew;
308 jpegBuf = new byte[ntilesw * ntilesh][TJ.bufSize(tilew, tileh, subsamp)];
309 jpegSize = new int[ntilesw * ntilesh];
433 int ntilesw = 1, ntilesh = 1; local
478 ntilesw = (w + tilew - 1) / tilew;
    [all...]

Completed in 77 milliseconds