Lines Matching refs:passes
443 optimization, jpeg_finish_compress() will perform the additional passes using
1827 coded application can automatically adapt the number of display passes to
1901 level of looping. The application can choose how many output passes to make
1924 quantization for display passes made while the image is arriving, followed by
1927 Changing parameters between passes is discussed in detail below.
1957 * You can eliminate extra display passes by paying attention to the
2062 in the lower part of the screen being several passes worse than the upper.
2102 It is possible to change decoding parameters between output passes in the
2111 one would use ordered dither for initial passes, then switch to
2690 buffered-image mode to read raw data in multiple passes.
2789 (the jpeg_read_scanlines or jpeg_write_scanlines loop), any additional passes
2819 int completed_passes; /* passes completed so far */
2820 int total_passes; /* total number of passes expected */
2824 passes is in total_passes, and the number of passes already completed is in
2829 ignoring the fact that the passes may not be equal amounts of work.
2839 to know how many output passes will be demanded of it. Currently, the library
2842 TRUE), but no more output passes if the file end has been reached when the
2844 output passes are requested. If you have a way of determining the input file