Searched refs:pBackgroundMbFlag (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.h | 76 int8_t* pBackgroundMbFlag; member 92 …inline void SetBackgroundMbFlag (int8_t* pBackgroundMbFlag, int32_t iPicWidthInMb, int32_t iBa… 93 …inline void UpperOUForegroundCheck (SBackgroundOU* pCurOU, int8_t* pBackgroundMbFlag, int32_t …
|
D | BackgroundDetection.cpp | 103 m_BgdParam.pBackgroundMbFlag = (int8_t*)pInterface->pBackgroundMbFlag; in Set() 313 inline void CBackgroundDetection::SetBackgroundMbFlag (int8_t* pBackgroundMbFlag, int32_t iPicWidth… in SetBackgroundMbFlag() argument 315 *pBackgroundMbFlag = iBackgroundMbFlag; in SetBackgroundMbFlag() 318 …oid CBackgroundDetection::UpperOUForegroundCheck (SBackgroundOU* pCurOU, int8_t* pBackgroundMbFlag, in UpperOUForegroundCheck() argument 326 SetBackgroundMbFlag (pBackgroundMbFlag, iPicWidthInMb, 0); in UpperOUForegroundCheck() 340 int8_t* pVaaBackgroundMbFlag = (int8_t*)pBgdParam->pBackgroundMbFlag; in ForegroundDilationAndBackgroundErosion()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 119 uint8_t* pBackgroundMbFlag = (uint8_t*)m_sComplexityAnalysisParam.pBackgroundMbFlag; in GetFrameSadExcludeBackground() local 130 if (pBackgroundMbFlag[i] == 0 || IS_INTRA (uiRefMbType[i])) { in GetFrameSadExcludeBackground() 152 …(uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, uint8_t pBackgroundMbFlag) { in GomSampleSad() argument 161 uint8_t pBackgroundMbFlag) { in GomSampleSadExceptBackground() argument 162 if (pBackgroundMbFlag == 0) { in GomSampleSadExceptBackground() 184 uint8_t* pBackgroundMbFlag = (uint8_t*)m_sComplexityAnalysisParam.pBackgroundMbFlag; in AnalyzeGomComplexityViaSad() local 205 …_pfGomSad (&uiGomSad, pGomForegroundBlockNum + j, pVaaCalcResults->pSad8x8[i], pBackgroundMbFlag[i] in AnalyzeGomComplexityViaSad()
|
D | ComplexityAnalysis.h | 54 uint8_t pBackgroundMbFlag);
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 192 signed char* pBackgroundMbFlag; member 228 signed char* pBackgroundMbFlag; member
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 757 BGDParam.pBackgroundMbFlag = pVaaInfo->pVaaBackgroundMbFlag; in BackgroundDetection() 904 sComplexityAnalysisParam->pBackgroundMbFlag = pVaaInfo->pVaaBackgroundMbFlag; in AnalyzePictureComplexity()
|