Lines Matching refs:Y_HSF
6367 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()
7486 JPEG_DEBUG_API_MSG("Y_HSF = %d and Y_VSF = %d\n",Y_HSF, Y_VSF); in _MApi_JPEG_DecodeHdr()