Lines Matching full:marker
305 /* We fail to do so only if we hit a marker or are forced to suspend. */
307 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
323 /* Loop here to discard any padding FF's on terminating marker,
343 /* Oops, it's actually a marker indicating end of compressed data.
344 * Save the marker code for later use.
345 * Fine point: it might appear that we should save the marker into
347 * once we have hit a marker, we cannot need to suspend within the
363 /* We get here if we've read the marker that terminates the compressed
464 * Check for a restart marker & resynchronize decoder.
476 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8;
479 /* Advance past the RSTn marker */
480 if (! (*cinfo->marker->read_restart_marker) (cinfo))
491 * against a marker
537 offset->next_restart_num = cinfo->marker->next_restart_num;
574 cinfo->marker->next_restart_num = offset.next_restart_num;
610 /* Process restart marker if needed; may have to suspend */
729 /* Process restart marker if needed; may have to suspend */