Lines Matching refs:Y_HSF
6456 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_StartDecode() local
6598 if ( Y_HSF == 4 ) in JPEG_StartDecode()
6600 Y_HSF = 3; in JPEG_StartDecode()
6608 …JPD_RST_EN | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6612 …PD_TBL_RDY | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6811 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_GetAlignedResolution() local
6818 mcu_width = _u16OriginalImage_x_size % (Y_HSF * 8); in JPEG_GetAlignedResolution()
6821 *width += (Y_HSF * 8 - mcu_width); in JPEG_GetAlignedResolution()
7170 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in _MApi_JPEG_DecodeHdr() local
7217 if ( ( mcu_width = pic_width % ( Y_HSF * 8 ) ) ) in _MApi_JPEG_DecodeHdr()
7219 pic_width += ( Y_HSF * 8 - mcu_width ); in _MApi_JPEG_DecodeHdr()
7227 JPEG_DEBUG_API_MSG("Y_HSF = %d and Y_VSF = %d\n",Y_HSF, Y_VSF); in _MApi_JPEG_DecodeHdr()
8947 MS_U8 Y_HSF = _u8Comp_h_samp[0];
8950 if ( ( mcu_width = pic_width % ( Y_HSF * 8 ) ) )
8952 pic_width += ( Y_HSF * 8 - mcu_width );