Home
last modified time | relevance | path

Searched refs:_bProgressive_flag (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1099 JPEG_STATIC MS_BOOL _bProgressive_flag; variable
3102 if((_bProgressive_flag) in JPEG_read_sof_marker()
3272 if(!_bProgressive_flag && (_u8Comps_in_frame == 3)) //Y.U.V. in JPEG_read_sos_marker()
3294 if ( !_bProgressive_flag ) in JPEG_read_sos_marker()
3600 _bProgressive_flag = TRUE; in JPEG_locate_sof_marker()
3731 _bProgressive_flag = FALSE; in JPEG_init()
4012 if(_bProgressive_flag==FALSE) in JPEG_make_huff_table()
5096 if(_bProgressive_flag in JPEG_init_scan()
5100 if(_bProgressive_flag) in JPEG_init_scan()
6017 if ( _bProgressive_flag )
[all …]
H A DapiJPEG.c611 MS_BOOL _bProgressive_flag[E_NJPD_NJPD_TOTAL]; member
853 MS_BOOL _bProgressive_flag; member
953 JPEG_STATIC MS_BOOL _bProgressive_flag[E_NJPD_NJPD_TOTAL];
3214 if((pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum]) in JPEG_read_sof_marker()
3385 …if(!pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum] && (pNJPEGContext->_u8Comps_in_fram… in JPEG_read_sos_marker()
3401 if ( !pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum] ) in JPEG_read_sos_marker()
3704 pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum] = TRUE; in JPEG_locate_sof_marker()
3706 … gNJPEGMDebug._bProgressive_flag = pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum]; in JPEG_locate_sof_marker()
3842 pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum] = FALSE; in JPEG_init()
4098 if(pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum]==FALSE) in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1084 JPEG_STATIC MS_BOOL _bProgressive_flag; variable
3094 if((_bProgressive_flag) in JPEG_read_sof_marker()
3264 if(!_bProgressive_flag && (_u8Comps_in_frame == 3)) //Y.U.V. in JPEG_read_sos_marker()
3286 if ( !_bProgressive_flag ) in JPEG_read_sos_marker()
3592 _bProgressive_flag = TRUE; in JPEG_locate_sof_marker()
3723 _bProgressive_flag = FALSE; in JPEG_init()
4004 if(_bProgressive_flag==FALSE) in JPEG_make_huff_table()
5088 if(_bProgressive_flag in JPEG_init_scan()
5092 if(_bProgressive_flag) in JPEG_init_scan()
6012 if ( _bProgressive_flag )
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1109 JPEG_STATIC MS_BOOL _bProgressive_flag; variable
3060 if((_bProgressive_flag) in JPEG_read_sof_marker()
3230 if(!_bProgressive_flag && (_u8Comps_in_frame == 3)) //Y.U.V. in JPEG_read_sos_marker()
3252 if ( !_bProgressive_flag ) in JPEG_read_sos_marker()
3547 _bProgressive_flag = TRUE; in JPEG_locate_sof_marker()
3678 _bProgressive_flag = FALSE; in JPEG_init()
3959 if(_bProgressive_flag==FALSE) in JPEG_make_huff_table()
5043 if(_bProgressive_flag in JPEG_init_scan()
5047 if(_bProgressive_flag) in JPEG_init_scan()
5967 if ( _bProgressive_flag )
[all …]