Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1142 JPEG_STATIC MS_U8 _u8Spectral_end; /* spectral selection end */ variable
3289 _u8Spectral_end = JPEG_get_char(); in JPEG_read_sos_marker()
3297 _u8Spectral_end = 63; in JPEG_read_sos_marker()
3783 _u8Spectral_end = 0; in JPEG_init()
4126 … if ( ( _u8Spectral_end > 0 ) && ( _Huff_info[_u8Comp_ac_tab[_u8Comp_list[i]]].bValid== FALSE ) ) in JPEG_check_huff_tables()
5577 for ( k = _u8Spectral_start; k <= _u8Spectral_end; k++ ) in JPEG_decode_block_ac_first()
5661 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5748 while ( (k <= _u8Spectral_end) && ( k < 64 ) ); in JPEG_decode_block_ac_refine()
5775 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5934 if ( ( _u8Spectral_start > _u8Spectral_end ) || ( _u8Spectral_end > 63 ) ) in JPEG_init_progressive()
[all …]
H A DapiJPEG.c652 MS_U8 _u8Spectral_end[E_NJPD_NJPD_TOTAL]; /* spectral selection end */ member
994 JPEG_STATIC MS_U8 _u8Spectral_end[E_NJPD_NJPD_TOTAL]; /* spectral selection end …
3396 pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum] = JPEG_get_char(); in JPEG_read_sos_marker()
3404 pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum] = 63; in JPEG_read_sos_marker()
3888 pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum] = 0; in JPEG_init()
4211 …if ( ( pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum] > 0 ) && ( pNJPEGContext->_Huff_inf… in JPEG_check_huff_tables()
5513 …ext->_u8Spectral_start[pNJPEGContext->eNJPDNum]; k <= pNJPEGContext->_u8Spectral_end[pNJPEGContext… in JPEG_decode_block_ac_first()
5592 for ( ; (k <= pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum]) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5674 while ( (k <= pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum]) && ( k < 64 ) ); in JPEG_decode_block_ac_refine()
5696 for ( ; (k <= pNJPEGContext->_u8Spectral_end[pNJPEGContext->eNJPDNum]) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1127 JPEG_STATIC MS_U8 _u8Spectral_end; /* spectral selection end */ variable
3281 _u8Spectral_end = JPEG_get_char(); in JPEG_read_sos_marker()
3289 _u8Spectral_end = 63; in JPEG_read_sos_marker()
3775 _u8Spectral_end = 0; in JPEG_init()
4118 … if ( ( _u8Spectral_end > 0 ) && ( _Huff_info[_u8Comp_ac_tab[_u8Comp_list[i]]].bValid== FALSE ) ) in JPEG_check_huff_tables()
5572 for ( k = _u8Spectral_start; k <= _u8Spectral_end; k++ ) in JPEG_decode_block_ac_first()
5656 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5743 while ( (k <= _u8Spectral_end) && ( k < 64 ) ); in JPEG_decode_block_ac_refine()
5770 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5929 if ( ( _u8Spectral_start > _u8Spectral_end ) || ( _u8Spectral_end > 63 ) ) in JPEG_init_progressive()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1152 JPEG_STATIC MS_U8 _u8Spectral_end; /* spectral selection end */ variable
3247 _u8Spectral_end = JPEG_get_char(); in JPEG_read_sos_marker()
3255 _u8Spectral_end = 63; in JPEG_read_sos_marker()
3730 _u8Spectral_end = 0; in JPEG_init()
4073 … if ( ( _u8Spectral_end > 0 ) && ( _Huff_info[_u8Comp_ac_tab[_u8Comp_list[i]]].bValid== FALSE ) ) in JPEG_check_huff_tables()
5527 for ( k = _u8Spectral_start; k <= _u8Spectral_end; k++ ) in JPEG_decode_block_ac_first()
5611 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5698 while ( (k <= _u8Spectral_end) && ( k < 64 ) ); in JPEG_decode_block_ac_refine()
5725 for ( ; (k <= _u8Spectral_end) && ( k < 64 ); k++ ) in JPEG_decode_block_ac_refine()
5884 if ( ( _u8Spectral_start > _u8Spectral_end ) || ( _u8Spectral_end > 63 ) ) in JPEG_init_progressive()
[all …]