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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdmainct.c128 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon981
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 44 milliseconds