• Home
  • Raw
  • Download

Lines Matching refs:jpeg_start_output

1979             jpeg_start_output()         /* start a new output pass */
1998 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1999 The second parameter to jpeg_start_output() indicates which scan of the input
2005 will be incremented by the time control arrives back at jpeg_start_output()).
2011 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
2061 cinfo.input_scan_number as the target scan number to jpeg_start_output().
2064 emptying the input buffer just before calling jpeg_start_output(): call
2068 The target scan number passed to jpeg_start_output() is saved in the
2114 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2124 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2144 jpeg_finish_output() and then start a new pass with jpeg_start_output().
2165 number as the target scan for jpeg_start_output(); but that method doesn't
2173 * jpeg_start_output() performs input only if you request 2-pass quantization
2184 jpeg_start_output(), jpeg_finish_output(), and jpeg_finish_decompress()
2195 * dct_method can be changed before each call to jpeg_start_output().
2198 * dither_mode can be changed before each call to jpeg_start_output();
2206 * do_block_smoothing can be changed before each call to jpeg_start_output().
2249 and colormap properly just before calling jpeg_start_output(). The following
2268 during jpeg_start_output(), not during jpeg_start_decompress().
2270 When using two-pass quantization, jpeg_start_output() makes a pass over the
2275 or equal to the current input scan number, jpeg_start_output() will attempt
2277 you need to check for a FALSE return from jpeg_start_output() under these
2279 target scan is the only case in which jpeg_start_output() will consume input.