Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:c2

945   int c, c2;
949 INPUT_BYTE(cinfo, c2, return FALSE);
950 if (c != 0xFF || c2 != (int) M_SOI)
951 ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
953 cinfo->unread_marker = c2;