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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdmainct.c130 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon632
276 * of the image. whichptr indicates which xbuffer holds the final iMCU row.
302 xbuf = main->xbuffer[main->whichptr][ci];
324 main->whichptr = 0; /* Read first iMCU row into xbuffer[0] */
402 main->xbuffer[main->whichptr]))
416 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
438 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
447 main->whichptr ^= 1; /* 0=>1 or 1=>0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdmainct.c128 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon3930
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 57 milliseconds