Lines Matching refs:restart_interval
372 if (cinfo->restart_interval) { in encode_mcu_DC_first()
375 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
463 if (cinfo->restart_interval) { in encode_mcu_AC_first()
466 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
565 if (cinfo->restart_interval) { in encode_mcu_DC_refine()
568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
603 if (cinfo->restart_interval) { in encode_mcu_AC_refine()
606 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()
703 if (cinfo->restart_interval) { in encode_mcu()
706 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()
913 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()