Lines Matching full:mcu
911 Set restart_interval to specify the exact interval in MCU blocks.
912 Set restart_in_rows to specify the interval in MCU rows. (If
915 One restart marker per MCU row is often a good choice.
1562 point (usually the start of the current MCU); it will regenerate some output
1571 overly small buffer could lead to infinite looping, if a single MCU required
1847 JPEG_ROW_COMPLETED: completed reading one MCU row of compressed data
1848 JPEG_SCAN_COMPLETED: completed reading last MCU row of current scan
2495 different sizes. If the image dimensions are not a multiple of the MCU size,
2525 jpeg_write_raw_data() processes one MCU row per call, which is to say
2539 the image a multiple of the MCU dimensions. The library creates such dummy
2555 MCU height is max_v_samp_factor = 2 DCT rows so you must pass at least 16
2557 sample rows of Y and 8 each of Cb and Cr. A total of 7 MCU rows are needed,
2581 jpeg_read_raw_data() returns one MCU row per call, and thus you must pass a
2699 At present, a call will occur once per MCU row, scanline, or sample row