Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/interface/
DIWelsVP.h211 signed char* pMotionTextureIndexToDeltaQp; member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp185 …m_sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[j * iMbWidth + i] = (int8_t) (iMotionTextureInd… in Process()
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp652 …pEncCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[pCurMb->iMbXY], pWelsSvcRc->iMinFr… in RcCalculateMbQp()
1279 …pEncCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[pCurMb->iMbXY], pWelsSvcRc->iMinQp… in WelsRcMbInitDisable()
Dencoder_ext.cpp1717 (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp = static_cast<int8_t*> in RequestMemorySvc()
1719 …LS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp)) in RequestMemorySvc()
1945 pMa->WelsFree (pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp, in FreeMemorySvc()
1947 pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp = NULL; in FreeMemorySvc()