Home | History | Annotate | Download | only in jpeg

Lines Matching refs:unread_marker

169  *   in cinfo->unread_marker; input restart point is just after the marker.
186 * On resumption, cinfo->unread_marker still contains the marker code,
257 TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
722 switch (cinfo->unread_marker) {
731 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
764 if (cinfo->unread_marker == (int) M_COM)
767 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
775 cur_marker->marker = (UINT8) cinfo->unread_marker;
828 switch (cinfo->unread_marker) {
836 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
862 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker, (int) length);
873 * Find the next JPEG marker, save it in cinfo->unread_marker.
875 * in that case cinfo->unread_marker is unchanged.
921 cinfo->unread_marker = c;
945 cinfo->unread_marker = c2;
966 if (cinfo->unread_marker == 0) {
983 /* At this point cinfo->unread_marker contains the marker code and the
987 switch (cinfo->unread_marker) {
1025 ERREXIT1(cinfo, JERR_SOF_UNSUPPORTED, cinfo->unread_marker);
1031 cinfo->unread_marker = 0; /* processed the marker */
1036 cinfo->unread_marker = 0; /* processed the marker */
1076 cinfo->unread_marker - (int) M_APP0]) (cinfo))
1094 TRACEMS1(cinfo, 1, JTRC_PARMLESS_MARKER, cinfo->unread_marker);
1108 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
1112 cinfo->unread_marker = 0;
1123 * number of MCUs. cinfo->unread_marker may be nonzero if the entropy decoder
1125 * cinfo->unread_marker will be reset to 0 before returning; if not reset,
1134 if (cinfo->unread_marker == 0) {
1139 if (cinfo->unread_marker ==
1143 cinfo->unread_marker = 0;
1168 * a nonzero restart interval has been declared.) cinfo->unread_marker is
1173 * Note that cinfo->unread_marker is treated as a marker appearing before
1188 * 3. Leave the marker unread (by failing to zero cinfo->unread_marker).
1211 int marker = cinfo->unread_marker;
1237 cinfo->unread_marker = 0;
1243 marker = cinfo->unread_marker;
1270 cinfo->unread_marker >= M_RST0 && cinfo->unread_marker <= M_RST7)
1292 cinfo->unread_marker = 0; /* no pending marker */