Lines Matching full:just
218 if you process just one scanline at a time, you must make a one-element
258 application doesn't control those directly.) This struct can be just a local
267 "Error handling". For now we'll assume you are just using the default error
388 just one or a few scanlines at a time. The expected format for the passed
400 in the next_scanline field of the JPEG object. Usually you can just use
420 ignore the return value. It is different in just two cases:
492 * If you don't need the JPEG object any more, just call
519 This is just like initialization for compression, as discussed above,
572 Typical code for this step is just
589 It is permissible to stop at this point if you just wanted to find out the
620 Typical code is just
675 in the output_scanline field of the JPEG object. Usually you can just use
903 just the colorspace-dependent JPEG parameters.
1558 manager" module. The default destination manager just writes the data to a
1571 source manager just makes the buffer pointer and length point to the original
1675 applications, we recommend that you just use the default resync
1693 may swallow the EOI and again demand data ... just keep feeding it fake EOIs.
1799 Just as with compression, the decompressor will typically backtrack to a
1824 and insert dummy EOI markers just as a non-suspending data source manager
1828 pointer/count to point to a dummy EOI marker and then return TRUE just as
1931 in rdswitch.c, so that you can read scan script files just like cjpeg's.)
2023 the buffered image (or just use jpeg_destroy_decompress()).
2064 emptying the input buffer just before calling jpeg_start_output(): call
2079 target scan number, the library will just absorb the entire input file and
2143 new one using the newly arrived information. To do so, just call
2164 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher
2249 and colormap properly just before calling jpeg_start_output(). The following
2310 it'll just keep returning JPEG_REACHED_SOS until you do. If you read a
2316 initial markers have been read: it will just return JPEG_SUSPENDED.
2372 just call "jpeg_suppress_tables(&cinfo, TRUE)" after constructing all the
2421 If the proper tables are stored in the application program, you can just
2470 an image or just tables. In that case, pass FALSE and check the return value
2553 you can just cram it straight into the data destination module.
2559 markers. (We could probably get away with just defaulting to 1.02, but there
2671 of the ICC profile data; they just know how to embed the profile data into a
2835 just be handed directly to jpeg_write_coefficients().
2848 state; or just call jpeg_destroy() if you don't need to reuse the object.
2894 The decompression object should have just been used to read the entire
2998 with "strip" buffers that are as wide as the image but just a few rows high.
3004 its virtual arrays just big enough to stay within a "maximum memory" setting.
3055 (But if your OS supports virtual memory, it's probably better to just use