Lines Matching refs:MCU
1014 Set restart_interval to specify the exact interval in MCU blocks.
1015 Set restart_in_rows to specify the interval in MCU rows. (If
1018 One restart marker per MCU row is often a good choice.
1728 point (usually the start of the current MCU); it will regenerate some output
1737 overly small buffer could lead to infinite looping, if a single MCU required
2013 JPEG_ROW_COMPLETED: completed reading one MCU row of compressed data
2014 JPEG_SCAN_COMPLETED: completed reading last MCU row of current scan
2699 different sizes. If the image dimensions are not a multiple of the MCU size,
2729 jpeg_write_raw_data() processes one MCU row per call, which is to say
2743 the image a multiple of the MCU dimensions. The library creates such dummy
2759 MCU height is max_v_samp_factor = 2 DCT rows so you must pass at least 16
2761 sample rows of Y and 8 each of Cb and Cr. A total of 7 MCU rows are needed,
2785 jpeg_read_raw_data() returns one MCU row per call, and thus you must pass a
2903 At present, a call will occur once per MCU row, scanline, or sample row