Home | History | Annotate | Download | only in highgui

Lines Matching defs:code

19 //   * Redistribution's of source code must retain the above copyright notice,
195 * following code is for supporting MJPEG image files
263 * This code comes from jpeg6b (jdmarker.c).
324 * end of code for supportting MJPEG image files
585 int code = m_low_strm.GetWord();
586 while( (code & 0xFF00) != 0xFF00 || (code == 0xFFFF || code == 0xFF00 ))
588 code = ((code&255) << 8) | m_low_strm.GetByte();
590 return code;