Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1124 JPEG_STATIC MS_U8 _u8Comp_v_samp[JPEG_MAXCOMPONENTS]; /* component's vertical sampling factor */ variable
3169 _u8Comp_v_samp[i] = (c1 & 0x0f); in JPEG_read_sof_marker()
3179 _u8Comp_v_samp[0] =1; in JPEG_read_sof_marker()
3771 JPEG_memset((void *)_u8Comp_v_samp, 0, sizeof( _u8Comp_v_samp ) ); in JPEG_init()
4158 if ( _u8Comp_v_samp[component_id] > max_v_samp ) in JPEG_calc_mcu_block_order()
4160 max_v_samp = _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
4173 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_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.c634 MS_U8 _u8Comp_v_samp[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's vertical sampling f… member
976 JPEG_STATIC MS_U8 _u8Comp_v_samp[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's vertica…
3283 pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][i] = (c1 & 0x0f); in JPEG_read_sof_marker()
3293 pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][0] =1; in JPEG_read_sof_marker()
3876 …JPEG_memset((void *)pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGConte… in JPEG_init()
4243 if ( pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id] > max_v_samp ) in JPEG_calc_mcu_block_order()
4245 max_v_samp = pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_calc_mcu_block_order()
4258 …GContext->_u16Image_y_size[pNJPEGContext->eNJPDNum] * pNJPEGContext->_u8Comp_v_samp[pNJPEGContext-… in JPEG_calc_mcu_block_order()
4288 …8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] * pNJPEGContext->_u8Comp_v_samp[pNJPEGContext-… in JPEG_calc_mcu_block_order()
5178 …u8Comp_h_samp[pNJPEGContext->eNJPDNum][1] != 1 ) || ( pNJPEGContext->_u8Comp_v_samp[pNJPEGContext-… in JPEG_init_frame()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1109 JPEG_STATIC MS_U8 _u8Comp_v_samp[JPEG_MAXCOMPONENTS]; /* component's vertical sampling factor */ variable
3161 _u8Comp_v_samp[i] = (c1 & 0x0f); in JPEG_read_sof_marker()
3171 _u8Comp_v_samp[0] =1; in JPEG_read_sof_marker()
3763 JPEG_memset((void *)_u8Comp_v_samp, 0, sizeof( _u8Comp_v_samp ) ); in JPEG_init()
4150 if ( _u8Comp_v_samp[component_id] > max_v_samp ) in JPEG_calc_mcu_block_order()
4152 max_v_samp = _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
4165 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_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.c1134 JPEG_STATIC MS_U8 _u8Comp_v_samp[JPEG_MAXCOMPONENTS]; /* component's vertical sampling factor */ variable
3127 _u8Comp_v_samp[i] = (c1 & 0x0f); in JPEG_read_sof_marker()
3137 _u8Comp_v_samp[0] =1; in JPEG_read_sof_marker()
3718 JPEG_memset((void *)_u8Comp_v_samp, 0, sizeof( _u8Comp_v_samp ) ); in JPEG_init()
4105 if ( _u8Comp_v_samp[component_id] > max_v_samp ) in JPEG_calc_mcu_block_order()
4107 max_v_samp = _u8Comp_v_samp[component_id]; in JPEG_calc_mcu_block_order()
4120 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_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 …]