Home
last modified time | relevance | path

Searched refs:sComplexityAnalysisParam (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp835 SComplexityAnalysisScreenParam* sComplexityAnalysisParam = &pVaaExt->sComplexityScreenParam; in AnalyzePictureComplexity() local
848 sComplexityAnalysisParam->iFrameComplexity = 0; in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
850 sComplexityAnalysisParam->iGomNumInFrame = pWelsSvcRc->iGomSize; in AnalyzePictureComplexity()
851 sComplexityAnalysisParam->iIdrFlag = (pCtx->eSliceType == I_SLICE); in AnalyzePictureComplexity()
852 sComplexityAnalysisParam->iMbRowInGom = GOM_H_SCC; in AnalyzePictureComplexity()
853 sComplexityAnalysisParam->sScrollResult.bScrollDetectFlag = false; in AnalyzePictureComplexity()
854 sComplexityAnalysisParam->sScrollResult.iScrollMvX = 0; in AnalyzePictureComplexity()
855 sComplexityAnalysisParam->sScrollResult.iScrollMvY = 0; in AnalyzePictureComplexity()
880 iRet = m_pInterfaceVp->Set (iMethodIdx, (void*)sComplexityAnalysisParam); in AnalyzePictureComplexity()
[all …]
Dratectl.cpp393 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcCalculateIdrQp()
459 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcCalculatePictureQp()
1063 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcUpdateIntraComplexity()
1098 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcUpdateFrameComplexity()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp88 SComplexityAnalysisParam* sComplexityAnalysisParam = (SComplexityAnalysisParam*)pParam; in Get() local
90 sComplexityAnalysisParam->iFrameComplexity = m_sComplexityAnalysisParam.iFrameComplexity; in Get()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h83 SComplexityAnalysisParam sComplexityAnalysisParam; member