Lines Matching refs:c1
1707 MS_U32 i, c1, c2; in JPEG_get_bits_2() local
1716 c1 = JPEG_get_octet(); in JPEG_get_bits_2()
1719 …Context->_u32Bit_buf[pNJPEGContext->eNJPDNum] & 0xFFFFUL ) | ( ( ( MS_U32 )c1 ) << 24 ) | ( ( ( MS… in JPEG_get_bits_2()
3195 MS_U8 c1; in JPEG_read_sof_marker() local
3280 c1 = JPEG_get_char(); in JPEG_read_sof_marker()
3282 pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][i] = (c1 & 0xf0)>>4; in JPEG_read_sof_marker()
3283 pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][i] = (c1 & 0x0f); in JPEG_read_sof_marker()
3341 MS_U8 c1; in JPEG_read_sos_marker() local
3397 c1 = JPEG_get_char(); in JPEG_read_sos_marker()
3398 pNJPEGContext->_u8Successive_high[pNJPEGContext->eNJPDNum] = (c1 & 0xf0)>>4; in JPEG_read_sos_marker()
3399 pNJPEGContext->_u8Successive_low[pNJPEGContext->eNJPDNum] = (c1 & 0x0f); in JPEG_read_sos_marker()