Lines Matching refs:restarts_to_go
40 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
376 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
378 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
382 entropy->restarts_to_go--; in encode_mcu_DC_first()
466 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
468 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
472 entropy->restarts_to_go--; in encode_mcu_AC_first()
563 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
565 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
569 entropy->restarts_to_go--; in encode_mcu_DC_refine()
600 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_refine()
602 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()
606 entropy->restarts_to_go--; in encode_mcu_AC_refine()
694 if (entropy->restarts_to_go == 0) { in encode_mcu()
696 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()
700 entropy->restarts_to_go--; in encode_mcu()
898 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()