Home
last modified time | relevance | path

Searched refs:pCurrentFrameGomSad (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Drc.h190 int32_t* pCurrentFrameGomSad; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp77 pWelsSvcRc->pCurrentFrameGomSad = (int32_t*)pBaseMem; in RcInitLayerMemory()
89 pWelsSvcRc->pCurrentFrameGomSad = NULL; in RcFreeLayerMemory()
328 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in RcInitRefreshParameter()
734 iSumSad += pWelsSvcRc_Base->pCurrentFrameGomSad[i]; in RcGomTargetBits()
740 …iAllocateBits = WELS_DIV_ROUND ((int64_t)iLeftBits * pWelsSvcRc_Base->pCurrentFrameGomSad[kiComple… in RcGomTargetBits()
Dwels_preprocess.cpp846 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
912 memset (SWelsSvcRc->pCurrentFrameGomSad, 0, SWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
914 sComplexityAnalysisParam->pGomComplexity = SWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()