Searched refs:restart_in_rows (Results 1 – 6 of 6) sorted by relevance
260 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */ in parse_switches()262 cinfo->restart_in_rows = (int) lval; in parse_switches()
369 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */ in parse_switches()371 cinfo->restart_in_rows = (int) lval; in parse_switches()
385 if (cinfo->restart_in_rows > 0) { in per_scan_setup()386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row; in per_scan_setup()
331 cinfo->restart_in_rows = 0; in jpeg_set_defaults()
337 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member
909 int restart_in_rows912 Set restart_in_rows to specify the interval in MCU rows. (If913 restart_in_rows is not 0, then restart_interval is set after the