Home | History | Annotate | Download | only in jpeg

Lines Matching refs:next_restart_num

360   cinfo->marker->next_restart_num = 0;
1132 ((int) M_RST0 + cinfo->marker->next_restart_num)) {
1134 TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num);
1140 cinfo->marker->next_restart_num))
1145 cinfo->marker->next_restart_num = (cinfo->marker->next_restart_num + 1) & 7;