Searched refs:sVaaCalcInfo (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 115 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()
|
D | BackgroundDetection.h | 96 void GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t iMbWidth,
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 1726 (*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 …]
|
D | wels_preprocess.cpp | 679 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()
|
D | svc_mode_decision.cpp | 617 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaaOnScreen()
|
D | svc_base_layer_md.cpp | 1275 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaa()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 81 SVAACalcResult sVaaCalcInfo; member
|