Lines Matching refs:restarts_to_go
37 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
373 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
375 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
379 entropy->restarts_to_go--; in encode_mcu_DC_first()
464 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
466 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
470 entropy->restarts_to_go--; in encode_mcu_AC_first()
566 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
572 entropy->restarts_to_go--; in encode_mcu_DC_refine()
604 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_refine()
606 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()
610 entropy->restarts_to_go--; in encode_mcu_AC_refine()
704 if (entropy->restarts_to_go == 0) { in encode_mcu()
706 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()
710 entropy->restarts_to_go--; in encode_mcu()
913 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()