Home
last modified time | relevance | path

Searched refs:sAdaptiveQuantParam (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp216 SAdaptiveQuantizationParam* sAdaptiveQuantParam = (SAdaptiveQuantizationParam*)pParam; in Get() local
218sAdaptiveQuantParam->iAverMotionTextureIndexToDeltaQp = m_sAdaptiveQuantParam.iAverMotionTextureIn… in Get()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h82 SAdaptiveQuantizationParam sAdaptiveQuantParam; member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp769 pVaaInfo->sAdaptiveQuantParam.pCalcResult = & (pVaaInfo->sVaaCalcInfo); in AdaptiveQuantCalculation()
770 pVaaInfo->sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp = 0; in AdaptiveQuantCalculation()
794 iRet = m_pInterfaceVp->Set (iMethodIdx, (void*) & (pVaaInfo->sAdaptiveQuantParam)); in AdaptiveQuantCalculation()
797 m_pInterfaceVp->Get (iMethodIdx, (void*) & (pVaaInfo->sAdaptiveQuantParam)); in AdaptiveQuantCalculation()
Dratectl.cpp509 …iLumaQp = WELS_DIV_ROUND (iLumaQp * INT_MULTIPLY - pEncCtx->pVaa->sAdaptiveQuantParam.iAverMotion… in RcCalculatePictureQp()
652 …pEncCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[pCurMb->iMbXY], pWelsSvcRc->iMinFr… in RcCalculateMbQp()
1257 …pEncCtx->pVaa->sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp) / INT_MULTIPLY, pWelsSvcRc->i… in WelsRcPictureInitDisable()
1279 …pEncCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[pCurMb->iMbXY], pWelsSvcRc->iMinQp… in WelsRcMbInitDisable()
Dencoder_ext.cpp1714 (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureUnit = static_cast<SMotionTextureUnit*> in RequestMemorySvc()
1716 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureUnit)) in RequestMemorySvc()
1717 (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp = static_cast<int8_t*> in RequestMemorySvc()
1719 …WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQ… in RequestMemorySvc()
1943 …pMa->WelsFree (pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureUnit, "pVaa->sAdaptiveQuantParam.pMot… in FreeMemorySvc()
1944 pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureUnit = NULL; in FreeMemorySvc()
1945 pMa->WelsFree (pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp, in FreeMemorySvc()
1947 pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp = NULL; in FreeMemorySvc()