Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp69 int32_t iAverMotionTextureIndexToDeltaQp = 0; // double to uint32 in Process() local
155 iAverMotionTextureIndexToDeltaQp = 0; in Process()
187 iAverMotionTextureIndexToDeltaQp += iMotionTextureIndexToDeltaQp; in Process()
192 …m_sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp = iAverMotionTextureIndexToDeltaQp / iMbTot… in Process()
218 …sAdaptiveQuantParam->iAverMotionTextureIndexToDeltaQp = m_sAdaptiveQuantParam.iAverMotionTextureIn… in Get()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h212 int iAverMotionTextureIndexToDeltaQp; // *AQ_STEP_INT_MULTIPLY member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp532 …OUND (iLumaQp * INT_MULTIPLY - pEncCtx->pVaa->sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp, in RcCalculatePictureQp()
1289 …pEncCtx->pVaa->sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp) / INT_MULTIPLY, pWelsSvcRc->i… in WelsRcPictureInitDisable()
Dwels_preprocess.cpp770 pVaaInfo->sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp = 0; in AdaptiveQuantCalculation()