Home | History | Annotate | Download | only in jpeg

Lines Matching refs:xbuffer

126   JSAMPIMAGE xbuffer[2];	/* pointers to weird pointer lists */
171 main->xbuffer[0] = (JSAMPIMAGE)
174 main->xbuffer[1] = main->xbuffer[0] + cinfo->num_components;
187 main->xbuffer[0][ci] = xbuf;
189 main->xbuffer[1][ci] = xbuf;
213 xbuf0 = main->xbuffer[0][ci];
214 xbuf1 = main->xbuffer[1][ci];
228 * to happen in xbuffer[0].
253 xbuf0 = main->xbuffer[0][ci];
254 xbuf1 = main->xbuffer[1][ci];
268 * of the image. whichptr indicates which xbuffer holds the final iMCU row.
294 xbuf = main->xbuffer[main->whichptr][ci];
315 make_funny_pointers(cinfo); /* Create the xbuffer[] lists */
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],
438 /* Prepare to load new iMCU row using other xbuffer list */
442 /* which is saved at index M+1 of the other xbuffer */
497 alloc_funny_pointers(cinfo); /* Alloc space for xbuffer[] lists */