Lines Matching full:restart
114 * the current restart point; we update them only when we have reached a
115 * suitable place to restart if a suspension occurs.
124 /* Unload the local copies --- do this only at a restart boundary */
169 * in cinfo->unread_marker; input restart point is just after the marker.
172 * updated the restart point to point after the parameters.
174 * marker parameters; restart point has not been moved. Same routine
184 * suspend, the marker processor updates the restart point to the end of
365 /* Prepare to scan data & restart markers */
797 INPUT_SYNC(cinfo); /* move the restart point to here */
1118 * Read a restart marker, which is expected to appear next in the datastream;
1145 /* Uh-oh, the restart markers have been messed up. */
1152 /* Update next-restart state */
1167 * the restart marker it was expecting. (This code is *not* used unless
1168 * a nonzero restart interval has been declared.) cinfo->unread_marker is
1170 * The desired restart marker number (0..7) is passed as a parameter.
1193 * appropriate if the found marker is a future restart marker (indicating
1194 * that we have missed the desired restart marker, probably because it got
1196 * We apply #2 or #3 if the found marker is a restart marker no more than
1199 * If the found marker is a restart marker more than 2 counts away, we do #1
1202 * For any valid non-restart JPEG marker, we apply #3. This keeps us from
1222 action = 3; /* valid non-restart marker */
1229 action = 2; /* a prior restart, so advance */
1231 action = 1; /* desired restart or too far away */