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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmainct.c132 int whichptr; /* indicates which pointer set is now in use */ member in struct:__anon712
272 * of the image. whichptr indicates which xbuffer holds the final iMCU row.
298 xbuf = _main->xbuffer[_main->whichptr][ci];
320 _main->whichptr = 0; /* Read first iMCU row into xbuffer[0] */
398 _main->xbuffer[_main->whichptr]))
412 (*cinfo->post->post_process_data) (cinfo, _main->xbuffer[_main->whichptr],
434 (*cinfo->post->post_process_data) (cinfo, _main->xbuffer[_main->whichptr],
443 _main->whichptr ^= 1; /* 0=>1 or 1=>0 */

Completed in 47 milliseconds