Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:unread_marker

171  *   in cinfo->unread_marker; input restart point is just after the marker.
188 * On resumption, cinfo->unread_marker still contains the marker code,
259 TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
730 switch (cinfo->unread_marker) {
739 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
772 if (cinfo->unread_marker == (int) M_COM)
775 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
783 cur_marker->marker = (UINT8) cinfo->unread_marker;
836 switch (cinfo->unread_marker) {
844 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
870 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker, (int) length);
881 * Find the next JPEG marker, save it in cinfo->unread_marker.
883 * in that case cinfo->unread_marker is unchanged.
929 cinfo->unread_marker = c;
953 cinfo->unread_marker = c2;
1111 if (cinfo->unread_marker == 0) {
1120 /* At this point cinfo->unread_marker contains the marker code and the
1124 switch (cinfo->unread_marker) {
1161 ERREXIT1(cinfo, JERR_SOF_UNSUPPORTED, cinfo->unread_marker);
1168 cinfo->unread_marker = 0; /* processed the marker */
1173 cinfo->unread_marker = 0; /* processed the marker */
1213 cinfo->unread_marker - (int) M_APP0]) (cinfo))
1231 TRACEMS1(cinfo, 1, JTRC_PARMLESS_MARKER, cinfo->unread_marker);
1245 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
1249 cinfo->unread_marker = 0;
1260 * number of MCUs. cinfo->unread_marker may be nonzero if the entropy decoder
1262 * cinfo->unread_marker will be reset to 0 before returning; if not reset,
1271 if (cinfo->unread_marker == 0) {
1276 if (cinfo->unread_marker ==
1280 cinfo->unread_marker = 0;
1305 * a nonzero restart interval has been declared.) cinfo->unread_marker is
1310 * Note that cinfo->unread_marker is treated as a marker appearing before
1325 * 3. Leave the marker unread (by failing to zero cinfo->unread_marker).
1348 int marker = cinfo->unread_marker;
1374 cinfo->unread_marker = 0;
1380 marker = cinfo->unread_marker;
1402 cinfo->unread_marker = 0; /* no pending marker */