Home
last modified time | relevance | path

Searched refs:bCalculateBGD (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp268 bool bCalculateBGD = (pCtx->eSliceType == P_SLICE && pSvcParam->bEnableBackgroundDetection); in AnalyzeSpatialPic() local
284 VaaCalculation (pCtx->pVaa, pCurPic, pRefPic, false, bCalculateVar, bCalculateBGD); in AnalyzeSpatialPic()
287 …BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic()
297 VaaCalculation (pCtx->pVaa, pCurPic, pRefPic, bCalculateSQDiff, bCalculateVar, bCalculateBGD); in AnalyzeSpatialPic()
300 …BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic()
678 … bool bCalculateSQDiff, bool bCalculateVar, bool bCalculateBGD) { in VaaCalculation() argument
704 calc_param.iCalcBgd = bCalculateBGD; in VaaCalculation()
829 const int32_t kiDependencyId, const bool bCalculateBGD) { in AnalyzePictureComplexity() argument
907 sComplexityAnalysisParam->iCalcBgd = bCalculateBGD; in AnalyzePictureComplexity()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h169 bool bCalculateVar, bool bCalculateBGD);