Home
last modified time | relevance | path

Searched refs:pMotionTextureUnit (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp93 pMotionTexture = m_sAdaptiveQuantParam.pMotionTextureUnit; in Process()
165 pMotionTexture = m_sAdaptiveQuantParam.pMotionTextureUnit; in Process()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h209 SMotionTextureUnit* pMotionTextureUnit; member
/third_party/openh264/codec/encoder/core/src/
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()
1943 …pMa->WelsFree (pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureUnit, "pVaa->sAdaptiveQuantParam.pMot… in FreeMemorySvc()
1944 pCtx->pVaa->sAdaptiveQuantParam.pMotionTextureUnit = NULL; in FreeMemorySvc()