Searched refs:sComplexityAnalysisParam (Results 1 – 4 of 4) sorted by relevance
835 SComplexityAnalysisScreenParam* sComplexityAnalysisParam = &pVaaExt->sComplexityScreenParam; in AnalyzePictureComplexity() local848 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 …]
393 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()
88 SComplexityAnalysisParam* sComplexityAnalysisParam = (SComplexityAnalysisParam*)pParam; in Get() local90 sComplexityAnalysisParam->iFrameComplexity = m_sComplexityAnalysisParam.iFrameComplexity; in Get()
83 SComplexityAnalysisParam sComplexityAnalysisParam; member