Lines Matching full:here
83 * (see the second half of this file for an example). But here we just
109 /* Here we use the library-supplied code to send compressed data to a
135 * Here we just illustrate the use of quality (quantization table) scaling:
149 /* Here we use the library's state variable cinfo.next_scanline as the
158 * Here the array is only one element long, but you could pass
235 * Our example here shows how to override the "error_exit" method so that
247 * Here's the extended error handler struct:
259 * Here's the routine that will replace the standard error_exit method:
318 /* If we get here, the JPEG code has signaled an error.
344 * jpeg_read_header(), so we do nothing here.
369 /* Here we use the library's state variable cinfo.output_scanline as the
374 * Here the array is only one element long, but you could ask for
395 * Here we postpone it until after no more JPEG errors are possible,