• Home
  • Raw
  • Download

Lines Matching refs:jpeg_start_output

1958             jpeg_start_output()         /* start a new output pass */
1977 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1978 The second parameter to jpeg_start_output() indicates which scan of the input
1984 will be incremented by the time control arrives back at jpeg_start_output()).
1990 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
2040 cinfo.input_scan_number as the target scan number to jpeg_start_output().
2043 emptying the input buffer just before calling jpeg_start_output(): call
2047 The target scan number passed to jpeg_start_output() is saved in the
2093 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2103 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2123 jpeg_finish_output() and then start a new pass with jpeg_start_output().
2144 number as the target scan for jpeg_start_output(); but that method doesn't
2152 * jpeg_start_output() performs input only if you request 2-pass quantization
2163 jpeg_start_output(), jpeg_finish_output(), and jpeg_finish_decompress()
2174 * dct_method can be changed before each call to jpeg_start_output().
2177 * dither_mode can be changed before each call to jpeg_start_output();
2185 * do_block_smoothing can be changed before each call to jpeg_start_output().
2228 and colormap properly just before calling jpeg_start_output(). The following
2247 during jpeg_start_output(), not during jpeg_start_decompress().
2249 When using two-pass quantization, jpeg_start_output() makes a pass over the
2254 or equal to the current input scan number, jpeg_start_output() will attempt
2256 you need to check for a FALSE return from jpeg_start_output() under these
2258 target scan is the only case in which jpeg_start_output() will consume input.