Lines Matching refs:xbuffer
126 JSAMPIMAGE xbuffer[2]; /* pointers to weird pointer lists */ member
171 main->xbuffer[0] = (JSAMPIMAGE) in alloc_funny_pointers()
174 main->xbuffer[1] = main->xbuffer[0] + cinfo->num_components; in alloc_funny_pointers()
187 main->xbuffer[0][ci] = xbuf; in alloc_funny_pointers()
189 main->xbuffer[1][ci] = xbuf; in alloc_funny_pointers()
213 xbuf0 = main->xbuffer[0][ci]; in make_funny_pointers()
214 xbuf1 = main->xbuffer[1][ci]; in make_funny_pointers()
253 xbuf0 = main->xbuffer[0][ci]; in set_wraparound_pointers()
254 xbuf1 = main->xbuffer[1][ci]; in set_wraparound_pointers()
294 xbuf = main->xbuffer[main->whichptr][ci]; in set_bottom_pointers()
394 main->xbuffer[main->whichptr])) in process_data_context_main()
408 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr], in process_data_context_main()
430 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr], in process_data_context_main()