Lines Matching refs:restart_interval
374 if (cinfo->restart_interval) { in encode_mcu_DC_first()
377 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
464 if (cinfo->restart_interval) { in encode_mcu_AC_first()
467 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
561 if (cinfo->restart_interval) { in encode_mcu_DC_refine()
564 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
598 if (cinfo->restart_interval) { in encode_mcu_AC_refine()
601 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()
692 if (cinfo->restart_interval) { in encode_mcu()
695 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()
897 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()