Searched refs:_u16Image_y_size (Results 1 – 5 of 5) sorted by relevance
1077 JPEG_STATIC MS_U16 _u16Image_y_size; variable3095 _u16Image_y_size = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_sof_marker()3100 _u16OriginalImage_y_size = _u16Image_y_size; in JPEG_read_sof_marker()3111 MS_U32 buff_size = _u16Image_x_size*_u16Image_y_size*3*2 in JPEG_read_sof_marker()3112 + _u16Image_x_size*_u16Image_y_size*3*2/64 in JPEG_read_sof_marker()3130 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) in JPEG_read_sof_marker()3724 _u16Image_x_size = _u16Image_y_size = 0; in JPEG_init()4173 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()4184 _u16Mcus_per_col = ( ( ( _u16Image_y_size + 7 ) / 8 ) + ( max_v_samp - 1 ) ) / max_v_samp; in JPEG_calc_mcu_block_order()5284 _u16Max_mcus_per_col = ( _u16Image_y_size + ( gu8Max_mcu_y_size - 1 ) ) / gu8Max_mcu_y_size; in JPEG_init_frame()[all …]
591 MS_U16 _u16Image_y_size[E_NJPD_NJPD_TOTAL]; member852 MS_U16 _u16Image_y_size; member931 JPEG_STATIC MS_U16 _u16Image_y_size[E_NJPD_NJPD_TOTAL];3207 …pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum] = (MS_U16) ((JPEG_get_char()<<8) + JPEG_g… in JPEG_read_sof_marker()3212 …>_u16OriginalImage_y_size[pNJPEGContext->eNJPDNum] = pNJPEGContext->_u16Image_y_size[pNJPEGContext… in JPEG_read_sof_marker()3223 …EGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum]*pNJPEGContext->_u16Image_y_size[pNJPEGContext… in JPEG_read_sof_marker()3224 …EGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum]*pNJPEGContext->_u16Image_y_size[pNJPEGContext… in JPEG_read_sof_marker()3242 …if ((pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum] < 1) || (pNJPEGContext->_u16Image_y_… in JPEG_read_sof_marker()3244 …ze[pNJPEGContext->eNJPDNum]=%d, JpegMaxHeight=%d\n", pNJPEGContext->_u16Image_y_size[pNJPEGContext… in JPEG_read_sof_marker()3835 …pNJPEGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum] = pNJPEGContext->_u16Image_y_size[pNJPEGC… in JPEG_init()[all …]
1062 JPEG_STATIC MS_U16 _u16Image_y_size; variable3087 _u16Image_y_size = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_sof_marker()3092 _u16OriginalImage_y_size = _u16Image_y_size; in JPEG_read_sof_marker()3103 MS_U32 buff_size = _u16Image_x_size*_u16Image_y_size*3*2 in JPEG_read_sof_marker()3104 + _u16Image_x_size*_u16Image_y_size*3*2/64 in JPEG_read_sof_marker()3122 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) in JPEG_read_sof_marker()3716 _u16Image_x_size = _u16Image_y_size = 0; in JPEG_init()4165 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()4176 _u16Mcus_per_col = ( ( ( _u16Image_y_size + 7 ) / 8 ) + ( max_v_samp - 1 ) ) / max_v_samp; in JPEG_calc_mcu_block_order()5279 _u16Max_mcus_per_col = ( _u16Image_y_size + ( gu8Max_mcu_y_size - 1 ) ) / gu8Max_mcu_y_size; in JPEG_init_frame()[all …]
1087 JPEG_STATIC MS_U16 _u16Image_y_size; variable3053 _u16Image_y_size = (MS_U16) ((JPEG_get_char()<<8) + JPEG_get_char()); in JPEG_read_sof_marker()3058 _u16OriginalImage_y_size = _u16Image_y_size; in JPEG_read_sof_marker()3069 MS_U32 buff_size = _u16Image_x_size*_u16Image_y_size*3*2 in JPEG_read_sof_marker()3070 + _u16Image_x_size*_u16Image_y_size*3*2/64 in JPEG_read_sof_marker()3088 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) in JPEG_read_sof_marker()3671 _u16Image_x_size = _u16Image_y_size = 0; in JPEG_init()4120 …_u16Comp_v_blocks[component_id] = ( ( ( ( _u16Image_y_size * _u8Comp_v_samp[component_id] ) + ( ma… in JPEG_calc_mcu_block_order()4131 _u16Mcus_per_col = ( ( ( _u16Image_y_size + 7 ) / 8 ) + ( max_v_samp - 1 ) ) / max_v_samp; in JPEG_calc_mcu_block_order()5234 _u16Max_mcus_per_col = ( _u16Image_y_size + ( gu8Max_mcu_y_size - 1 ) ) / gu8Max_mcu_y_size; in JPEG_init_frame()[all …]
286 MS_U16 _u16Image_y_size; member908 gGPDMDebug._u16Image_y_size= (MS_U16)pGPDContext->Param.u32Height; in _MApi_GPD_OutputDecode()1187 …esolution : %dx%d\n", gGPDMDebug._u16Image_x_size, gGPDMDebug._u16Image_y_size); in _MApi_GPD_GetMdbInfo()