Home | History | Annotate | Download | only in jpeg

Lines Matching refs:c2

937   int c, c2;
941 INPUT_BYTE(cinfo, c2, return FALSE);
942 if (c != 0xFF || c2 != (int) M_SOI)
943 ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
945 cinfo->unread_marker = c2;