Home | History | Annotate | Download | only in jpeg

Lines Matching refs:c2

929   int c, c2;
933 INPUT_BYTE(cinfo, c2, return FALSE);
934 if (c != 0xFF || c2 != (int) M_SOI)
935 ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
937 cinfo->unread_marker = c2;