Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1123 JPEG_STATIC MS_U8 _u8Comp_h_samp[JPEG_MAXCOMPONENTS]; /* component's horizontal sampling factor… variable
3168 _u8Comp_h_samp[i] = (c1 & 0xf0)>>4; in JPEG_read_sof_marker()
3178 _u8Comp_h_samp[0] =1; in JPEG_read_sof_marker()
3770 JPEG_memset((void *)_u8Comp_h_samp, 0, sizeof( _u8Comp_h_samp ) ); in JPEG_init()
4153 if ( _u8Comp_h_samp[component_id] > max_h_samp ) in JPEG_calc_mcu_block_order()
4155 max_h_samp = _u8Comp_h_samp[component_id]; in JPEG_calc_mcu_block_order()
4172 …_u16Comp_h_blocks[component_id] = ( ( ( ( _u16Image_x_size * _u8Comp_h_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()
4203 num_blocks = _u8Comp_h_samp[component_id] * _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
5170 …if ( ( ( _u8Comp_h_samp[1] != 1 ) || ( _u8Comp_v_samp[1] != 1 ) ) || //support only U_H1V1 & V_H… in JPEG_init_frame()
5171 ( ( _u8Comp_h_samp[2] != 1 ) || ( _u8Comp_v_samp[2] != 1 ) ) ) in JPEG_init_frame()
[all …]
H A DapiJPEG.c633 MS_U8 _u8Comp_h_samp[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's horizontal sampling… member
975 JPEG_STATIC MS_U8 _u8Comp_h_samp[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's horizon…
3282 pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][i] = (c1 & 0xf0)>>4; in JPEG_read_sof_marker()
3292 pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][0] =1; in JPEG_read_sof_marker()
3875 …JPEG_memset((void *)pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGConte… in JPEG_init()
4238 if ( pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] > max_h_samp ) in JPEG_calc_mcu_block_order()
4240 max_h_samp = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_calc_mcu_block_order()
4257 …GContext->_u16Image_x_size[pNJPEGContext->eNJPDNum] * pNJPEGContext->_u8Comp_h_samp[pNJPEGContext-… in JPEG_calc_mcu_block_order()
4288 …num_blocks = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] * pNJPEGContext-… in JPEG_calc_mcu_block_order()
5178 …if ( ( ( pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][1] != 1 ) || ( pNJPEGContext->_u8C… in JPEG_init_frame()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1108 JPEG_STATIC MS_U8 _u8Comp_h_samp[JPEG_MAXCOMPONENTS]; /* component's horizontal sampling factor… variable
3160 _u8Comp_h_samp[i] = (c1 & 0xf0)>>4; in JPEG_read_sof_marker()
3170 _u8Comp_h_samp[0] =1; in JPEG_read_sof_marker()
3762 JPEG_memset((void *)_u8Comp_h_samp, 0, sizeof( _u8Comp_h_samp ) ); in JPEG_init()
4145 if ( _u8Comp_h_samp[component_id] > max_h_samp ) in JPEG_calc_mcu_block_order()
4147 max_h_samp = _u8Comp_h_samp[component_id]; in JPEG_calc_mcu_block_order()
4164 …_u16Comp_h_blocks[component_id] = ( ( ( ( _u16Image_x_size * _u8Comp_h_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()
4195 num_blocks = _u8Comp_h_samp[component_id] * _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
5162 …if ( ( ( _u8Comp_h_samp[1] != 1 ) || ( _u8Comp_v_samp[1] != 1 ) ) || //support only U_H1V1 & V_H… in JPEG_init_frame()
5163 ( ( _u8Comp_h_samp[2] != 1 ) || ( _u8Comp_v_samp[2] != 1 ) ) ) in JPEG_init_frame()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1133 JPEG_STATIC MS_U8 _u8Comp_h_samp[JPEG_MAXCOMPONENTS]; /* component's horizontal sampling factor… variable
3126 _u8Comp_h_samp[i] = (c1 & 0xf0)>>4; in JPEG_read_sof_marker()
3136 _u8Comp_h_samp[0] =1; in JPEG_read_sof_marker()
3717 JPEG_memset((void *)_u8Comp_h_samp, 0, sizeof( _u8Comp_h_samp ) ); in JPEG_init()
4100 if ( _u8Comp_h_samp[component_id] > max_h_samp ) in JPEG_calc_mcu_block_order()
4102 max_h_samp = _u8Comp_h_samp[component_id]; in JPEG_calc_mcu_block_order()
4119 …_u16Comp_h_blocks[component_id] = ( ( ( ( _u16Image_x_size * _u8Comp_h_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()
4150 num_blocks = _u8Comp_h_samp[component_id] * _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
5117 …if ( ( ( _u8Comp_h_samp[1] != 1 ) || ( _u8Comp_v_samp[1] != 1 ) ) || //support only U_H1V1 & V_H… in JPEG_init_frame()
5118 ( ( _u8Comp_h_samp[2] != 1 ) || ( _u8Comp_v_samp[2] != 1 ) ) ) in JPEG_init_frame()
[all …]