Lines Matching refs:pub
14 struct djpeg_dest_struct pub; /* public fields */
114 ptr = dest->pub.buffer[0];
145 ptr = dest->pub.buffer[0];
170 ptr = dest->pub.buffer[0];
190 dest->pub.start_output = sanei_jpeg_start_output_ppm;
191 dest->pub.finish_output = sanei_jpeg_finish_output_ppm;
209 dest->pub.buffer = (*cinfo->mem->alloc_sarray)
213 dest->pub.buffer_height = 1;
215 dest->pub.put_pixel_rows = sanei_jpeg_copy_pixel_rows;
217 dest->pub.put_pixel_rows = sanei_jpeg_put_demapped_gray;
219 dest->pub.put_pixel_rows = sanei_jpeg_put_demapped_rgb;
227 dest->pub.buffer = &dest->pixrow;
228 dest->pub.buffer_height = 1;
229 dest->pub.put_pixel_rows = sanei_jpeg_put_pixel_rows;