Searched refs:pGomForegroundBlockNum (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 122 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()
|
D | ComplexityAnalysis.h | 53 typedef void (GOMSadFunc) (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8,
|
/third_party/openh264/codec/encoder/core/inc/ |
D | rc.h | 188 int32_t* pGomForegroundBlockNum; member
|
D | wels_func_ptr_def.h | 111 typedef void (*PAccumulateSadFunc) (uint32_t* pSumDiff, int32_t* pGomForegroundBlockNum, int32_t* i…
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 227 int* pGomForegroundBlockNum; member
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 845 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()
|
D | ratectl.cpp | 75 pWelsSvcRc->pGomForegroundBlockNum = (int32_t*)pBaseMem; in RcInitLayerMemory() 88 pWelsSvcRc->pGomForegroundBlockNum = NULL; in RcFreeLayerMemory()
|