Searched refs:iFrameComplexity (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 91 sComplexityAnalysisParam->iFrameComplexity = m_sComplexityAnalysisParam.iFrameComplexity; in Get() 102 m_sComplexityAnalysisParam.iFrameComplexity = pVaaCalcResults->iFrameSad; in AnalyzeFrameComplexityViaSad() 105 …m_sComplexityAnalysisParam.iFrameComplexity = GetFrameSadExcludeBackground (pSrcPixMap, pRefPixMap… in AnalyzeFrameComplexityViaSad() 217 m_sComplexityAnalysisParam.iFrameComplexity = uiFrameSad; in AnalyzeGomComplexityViaSad() 268 m_sComplexityAnalysisParam.iFrameComplexity = uiFrameSad; in AnalyzeGomComplexityViaVar() 379 m_ComplexityAnalysisParam.iFrameComplexity = 0; in GomComplexityAnalysisIntra() 401 m_ComplexityAnalysisParam.iFrameComplexity += iGomSad; in GomComplexityAnalysisIntra() 442 m_ComplexityAnalysisParam.iFrameComplexity = 0; in GomComplexityAnalysisInter() 482 m_ComplexityAnalysisParam.iFrameComplexity += iGomSad; in GomComplexityAnalysisInter()
|
/third_party/openh264/codec/encoder/core/src/ |
D | ratectl.cpp | 415 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcCalculateIdrQp() local 419 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculateIdrQp() 459 int64_t iCmplxRatio = WELS_DIV_ROUND64 (iFrameComplexity * INT_MULTIPLY, in RcCalculateIdrQp() 482 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcCalculatePictureQp() local 485 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcCalculatePictureQp() 503 int64_t iCmplxRatio = WELS_DIV_ROUND64 (iFrameComplexity * INT_MULTIPLY, in RcCalculatePictureQp() 511 iFrameComplexity, pTOverRc->iFrameCmplxMean, pWelsSvcRc->iQStep, iLumaQp); in RcCalculatePictureQp() 1095 int64_t iFrameComplexity = pEncCtx->pVaa->sComplexityAnalysisParam.iFrameComplexity; in RcUpdateIntraComplexity() local 1098 iFrameComplexity = pVaa->sComplexityScreenParam.iFrameComplexity; in RcUpdateIntraComplexity() 1102 pWelsSvcRc->iIntraComplxMean = iFrameComplexity; in RcUpdateIntraComplexity() [all …]
|
D | wels_preprocess.cpp | 848 sComplexityAnalysisParam->iFrameComplexity = 0; in AnalyzePictureComplexity() 908 sComplexityAnalysisParam->iFrameComplexity = 0; in AnalyzePictureComplexity() 1058 const int64_t iFrameComplexity, const bool bIsClosestLtrFrame) { in JudgeBestRef() argument 1059 return (bIsClosestLtrFrame ? (iFrameComplexity < sRefJudgement.iMinFrameComplexity11) : in JudgeBestRef() 1060 …((iFrameComplexity < sRefJudgement.iMinFrameComplexity08) || ((iFrameComplexity <= sRefJudgement.i… in JudgeBestRef() 1190 const int64_t iFrameComplexity = sSceneChangeResult.iFrameComplexity; in DetectSceneChange() local 1204 if (JudgeBestRef (pRefPic, sLtrJudgement, iFrameComplexity, bIsClosestLtrFrame)) { in DetectSceneChange() 1205 SaveBestRefToJudgement (iRefPicAvQP, iFrameComplexity, &sLtrJudgement); in DetectSceneChange() 1208 …if (bCurRefIsSceneLtr && JudgeBestRef (pRefPic, sSceneLtrJudgement, iFrameComplexity, bIsClosestLt… in DetectSceneChange() 1209 SaveBestRefToJudgement (iRefPicAvQP, iFrameComplexity, &sSceneLtrJudgement); in DetectSceneChange()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 166 long long iFrameComplexity; // frame complexity member 225 long long iFrameComplexity; member 237 …long long iFrameComplexity; //255*255(MaxMbSAD)*36864(MaxFS) make the highest bit of 32-bit integ… member
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 187 m_sParam.iFrameComplexity += iSad; in operator() 191 m_sParam.iFrameComplexity += iSad; in operator() 235 m_sSceneChangeParam.iFrameComplexity = 0; in Process()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 240 …udgeBestRef (SPicture* pRefPic, const SRefJudgement& sRefJudgement, const int64_t iFrameComplexity,
|