Home | History | Annotate | Download | only in coders

Lines Matching defs:c1

907   int c1,c2;
909 if ((c1 = jpeg_transfer_1(ifile, ofile)) == EOF)
914 length = (((unsigned char) c1) << 8) + ((unsigned char) c2);
927 int c1,c2;
930 if ((c1 = ReadBlobByte(ifile)) == EOF) return M_EOI;
933 length = (((unsigned char) c1) << 8) + ((unsigned char) c2);