Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c6461 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_StartDecode() local
6595 if ( Y_HSF == 4 ) in JPEG_StartDecode()
6597 Y_HSF = 3; in JPEG_StartDecode()
6605 …JPD_RST_EN | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6609 …PD_TBL_RDY | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6808 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_GetAlignedResolution() local
6815 mcu_width = _u16OriginalImage_x_size % (Y_HSF * 8); in JPEG_GetAlignedResolution()
6818 *width += (Y_HSF * 8 - mcu_width); in JPEG_GetAlignedResolution()
7178 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in MApi_JPEG_DecodeHdr_OJPD() local
7225 if ( ( mcu_width = pic_width % ( Y_HSF * 8 ) ) ) in MApi_JPEG_DecodeHdr_OJPD()
[all …]
H A DapiJPEG.c6367 MS_U8 Y_HSF = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][0]; in JPEG_StartDecode() local
6567 Y_HSF -= 1; in JPEG_StartDecode()
6576 reg_value |= ( NJPD_RST_EN | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6581 reg_value |= ( ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6846 MS_U8 Y_HSF = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][0]; in JPEG_GetAlignedResolution() local
6853 mcu_width = pNJPEGContext->_u16OriginalImage_x_size[pNJPEGContext->eNJPDNum] % (Y_HSF * 8); in JPEG_GetAlignedResolution()
6856 *width += (Y_HSF * 8 - mcu_width); in JPEG_GetAlignedResolution()
7419 MS_U8 Y_HSF = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][0]; in _MApi_JPEG_DecodeHdr() local
7476 if ( ( mcu_width = pic_width % ( Y_HSF * 8 ) ) ) in _MApi_JPEG_DecodeHdr()
7478 pic_width += ( Y_HSF * 8 - mcu_width ); in _MApi_JPEG_DecodeHdr()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c6456 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()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c6411 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_StartDecode() local
6553 if ( Y_HSF == 4 ) in JPEG_StartDecode()
6555 Y_HSF = 3; in JPEG_StartDecode()
6563 …JPD_RST_EN | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6567 …PD_TBL_RDY | ((MS_U32) _u8DownScaleRatio) << 4 | ((MS_U32) bUV_en) << 3 | ( Y_VSF << 2 ) | Y_HSF ); in JPEG_StartDecode()
6766 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in JPEG_GetAlignedResolution() local
6773 mcu_width = _u16OriginalImage_x_size % (Y_HSF * 8); in JPEG_GetAlignedResolution()
6776 *width += (Y_HSF * 8 - mcu_width); in JPEG_GetAlignedResolution()
7151 MS_U8 Y_HSF = _u8Comp_h_samp[0]; in _MApi_JPEG_DecodeHdr() local
7198 if ( ( mcu_width = pic_width % ( Y_HSF * 8 ) ) ) in _MApi_JPEG_DecodeHdr()
[all …]