Home | History | Annotate | Download | only in libjpeg

Lines Matching defs:c2

1060   int c, c2;
1064 INPUT_BYTE(cinfo, c2, return FALSE);
1065 if (c != 0xFF || c2 != (int) M_SOI)
1066 ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
1068 cinfo->unread_marker = c2;