Lines Matching refs:restarts_to_go
43 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
379 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
381 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
385 entropy->restarts_to_go--; in encode_mcu_DC_first()
469 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
471 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
475 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()
603 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_refine()
605 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()
609 entropy->restarts_to_go--; in encode_mcu_AC_refine()
697 if (entropy->restarts_to_go == 0) { in encode_mcu()
699 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()
703 entropy->restarts_to_go--; in encode_mcu()
902 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()