Lines Matching full:buffered
46 Buffered-image mode
446 data buffered by the first pass. In this case jpeg_finish_compress() may take
564 object or the data source module; this prevents buffered input data from
1305 when using buffered-image mode for progressive images.
1310 These are significant only in buffered-image mode, which is
1750 output buffer to emit any buffered data and the final EOI marker. In the
1884 library's "buffered-image" mode, in which it receives a decoded image
1897 buffered data after
1922 When buffered-image mode is not used, the decoder library will read all of
1931 buffered-image mode. This is described in the next section.
1934 Buffered-image mode
1937 In buffered-image mode, the library stores the partially decoded image in a
1941 adds more data (more detail) to the buffered image. The application can
1948 The basic control flow for buffered-image decoding is
1954 cinfo.buffered_image = TRUE; /* select buffered-image mode */
1989 buffered image remains available; it can be read additional times by
2002 the buffered image (or just use jpeg_destroy_decompress()).
2060 jpeg_start_decompress() does when you don't select buffered-image mode.)
2070 through the image, jpeg_consume_input() will store data into the buffered
2148 In buffered-image mode, jpeg_start_decompress() never performs input and
2150 buffered-image mode must be prepared for suspension returns from these
2171 buffered-image mode. The decoder library currently supports only very
2246 Note that in buffered-image mode, the library generates any requested colormap
2250 buffered image to determine the optimum color map; it therefore may take a
2261 Application authors who support buffered-image mode may be tempted to use it
2264 single-scan images. Requesting buffered-image mode for such an image wastes
2265 memory. Worse, it can cost time on large images, since the buffered data has
2267 maximum performance on baseline JPEG files, you should use buffered-image
2294 using buffered-image mode, but in that case it's basically a no-op after the
2755 buffered-image mode to read raw data in multiple passes.
2797 decoder's coefficient arrays during a normal decode cycle in buffered-image
2799 image and then re-encoding it without loss. To do this, decode in buffered-
2902 When using the decompressor's buffered-image mode, the progress monitor work
2980 file (including progressive JPEGs), or whenever you select buffered-image