Searched refs:whichptr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdmainct.c128 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon12868
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 */

Completed in 91 milliseconds