Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp122 int32_t* pGomForegroundBlockNum = m_sComplexityAnalysisParam.pGomForegroundBlockNum; in GetFrameSadExcludeBackground() local
131 pGomForegroundBlockNum[j]++; in GetFrameSadExcludeBackground()
152 void GomSampleSad (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, uint8_t pB… in GomSampleSad() argument
153 (*pGomForegroundBlockNum) ++; in GomSampleSad()
160 void GomSampleSadExceptBackground (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSa… in GomSampleSadExceptBackground() argument
163 (*pGomForegroundBlockNum) ++; in GomSampleSadExceptBackground()
187 int32_t* pGomForegroundBlockNum = (int32_t*)m_sComplexityAnalysisParam.pGomForegroundBlockNum; in AnalyzeGomComplexityViaSad() local
205 …m_pfGomSad (&uiGomSad, pGomForegroundBlockNum + j, pVaaCalcResults->pSad8x8[i], pBackgroundMbFlag[… in AnalyzeGomComplexityViaSad()
DComplexityAnalysis.h53 typedef void (GOMSadFunc) (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8,
/third_party/openh264/codec/encoder/core/inc/
Drc.h188 int32_t* pGomForegroundBlockNum; member
Dwels_func_ptr_def.h111 typedef void (*PAccumulateSadFunc) (uint32_t* pSumDiff, int32_t* pGomForegroundBlockNum, int32_t* i…
/third_party/openh264/codec/processing/interface/
DIWelsVP.h227 int* pGomForegroundBlockNum; member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp845 memset (pWelsSvcRc->pGomForegroundBlockNum, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
910 memset (SWelsSvcRc->pGomForegroundBlockNum, 0, SWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
915 sComplexityAnalysisParam->pGomForegroundBlockNum = SWelsSvcRc->pGomForegroundBlockNum; in AnalyzePictureComplexity()
Dratectl.cpp75 pWelsSvcRc->pGomForegroundBlockNum = (int32_t*)pBaseMem; in RcInitLayerMemory()
88 pWelsSvcRc->pGomForegroundBlockNum = NULL; in RcFreeLayerMemory()