Home
last modified time | relevance | path

Searched refs:sVaaCalcInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp115 void CBackgroundDetection::GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t… in GetOUParameters() argument
125 pSad8x8 = sVaaCalcInfo->pSad8x8; in GetOUParameters()
126 pMad8x8 = sVaaCalcInfo->pMad8x8; in GetOUParameters()
127 pSd8x8 = sVaaCalcInfo->pSumOfDiff8x8; in GetOUParameters()
DBackgroundDetection.h96 void GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t iMbWidth,
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1726 (*ppCtx)->pVaa->sVaaCalcInfo.pSad8x8 = static_cast<int32_t (*)[4]> in RequestMemorySvc()
1728 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSad8x8)) in RequestMemorySvc()
1729 (*ppCtx)->pVaa->sVaaCalcInfo.pSsd16x16 = static_cast<int32_t*> in RequestMemorySvc()
1731 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSsd16x16)) in RequestMemorySvc()
1732 (*ppCtx)->pVaa->sVaaCalcInfo.pSum16x16 = static_cast<int32_t*> in RequestMemorySvc()
1734 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSum16x16)) in RequestMemorySvc()
1735 (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfSquare16x16 = static_cast<int32_t*> in RequestMemorySvc()
1737 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfSquare16x16)) in RequestMemorySvc()
1740 (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfDiff8x8 = static_cast<int32_t (*)[4]> in RequestMemorySvc()
1742 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfDiff8x8)) in RequestMemorySvc()
[all …]
Dwels_preprocess.cpp679 pVaaInfo->sVaaCalcInfo.pCurY = pCurPicture->pData[0]; in VaaCalculation()
680 pVaaInfo->sVaaCalcInfo.pRefY = pRefPicture->pData[0]; in VaaCalculation()
706 calc_param.pCalcResult = &pVaaInfo->sVaaCalcInfo; in VaaCalculation()
758 BGDParam.pCalcRes = & (pVaaInfo->sVaaCalcInfo); in BackgroundDetection()
769 pVaaInfo->sAdaptiveQuantParam.pCalcResult = & (pVaaInfo->sVaaCalcInfo); in AdaptiveQuantCalculation()
903 sComplexityAnalysisParam->pCalcResult = & (pVaaInfo->sVaaCalcInfo); in AnalyzePictureComplexity()
Dsvc_mode_decision.cpp617 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaaOnScreen()
Dsvc_base_layer_md.cpp1275 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaa()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h81 SVAACalcResult sVaaCalcInfo; member