Home
last modified time | relevance | path

Searched refs:pGomComplexity (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp188 int32_t* pGomComplexity = (int32_t*)m_sComplexityAnalysisParam.pGomComplexity; in AnalyzeGomComplexityViaSad() local
213 pGomComplexity[j] = uiGomSad; in AnalyzeGomComplexityViaSad()
214 uiFrameSad += pGomComplexity[j]; in AnalyzeGomComplexityViaSad()
235 int32_t* pGomComplexity = (int32_t*)m_sComplexityAnalysisParam.pGomComplexity; in AnalyzeGomComplexityViaVar() local
264 pGomComplexity[j] = uiSquareSum - (uiSampleSum * uiSampleSum / iGomSampleNum); in AnalyzeGomComplexityViaVar()
265 uiFrameSad += pGomComplexity[j]; in AnalyzeGomComplexityViaVar()
393 m_ComplexityAnalysisParam.pGomComplexity[iIdx] = iGomSad; in GomComplexityAnalysisIntra()
474 m_ComplexityAnalysisParam.pGomComplexity[iIdx] = iGomSad; in GomComplexityAnalysisInter()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h226 int* pGomComplexity; member
235 int* pGomComplexity; member
/third_party/openh264/codec/encoder/core/inc/
Drc.h187 double* pGomComplexity; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp73 pWelsSvcRc->pGomComplexity = (double*)pBaseMem; in RcInitLayerMemory()
87 pWelsSvcRc->pGomComplexity = NULL; in RcFreeLayerMemory()
639 memset (pWelsSvcRc->pGomComplexity, 0, pWelsSvcRc->iGomSize * sizeof (double)); in RcInitGomParameters()
Dwels_preprocess.cpp849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
914 sComplexityAnalysisParam->pGomComplexity = SWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()