HomeSort by relevance Sort by last modified time
    Searched full:whichptr (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jdmainct.c 128 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon10815
268 * of the image. whichptr indicates which xbuffer holds the final iMCU row.
294 xbuf = main->xbuffer[main->whichptr][ci];
316 main->whichptr = 0; /* Read first iMCU row into xbuffer[0] */
394 main->xbuffer[main->whichptr]))
408 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
430 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
439 main->whichptr ^= 1; /* 0=>1 or 1=>0 */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmainct.c 129 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon17616
269 * of the image. whichptr indicates which xbuffer holds the final iMCU row.
295 xbuf = main->xbuffer[main->whichptr][ci];
317 main->whichptr = 0; /* Read first iMCU row into xbuffer[0] */
395 main->xbuffer[main->whichptr]))
409 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
431 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
440 main->whichptr ^= 1; /* 0=>1 or 1=>0 */

Completed in 49 milliseconds