Searched refs:SWelsSvcRc (Results 1 – 7 of 7) sorted by relevance
61 void RcInitLayerMemory (SWelsSvcRc* pWelsSvcRc, CMemoryAlign* pMA, const int32_t kiMaxTl) { in RcInitLayerMemory()83 void RcFreeLayerMemory (SWelsSvcRc* pWelsSvcRc, CMemoryAlign* pMA) { in RcFreeLayerMemory()104 SWelsSvcRc* pWelsSvcRc = NULL; in RcInitSequenceParameter()179 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in RcInitTlWeight()214 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in RcUpdateBitrateFps()257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop()274 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitRefreshParameter()315 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[iCurDid]; in RcJudgeBitrateFpsUpdate()332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate()361 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcUpdateTemporalZero()[all …]
836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local910 memset (SWelsSvcRc->pGomForegroundBlockNum, 0, SWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()912 memset (SWelsSvcRc->pCurrentFrameGomSad, 0, SWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()914 sComplexityAnalysisParam->pGomComplexity = SWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()915 sComplexityAnalysisParam->pGomForegroundBlockNum = SWelsSvcRc->pGomForegroundBlockNum; in AnalyzePictureComplexity()916 sComplexityAnalysisParam->iMbNumInGom = SWelsSvcRc->iNumberMbGom; in AnalyzePictureComplexity()
183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing()
1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice()
1696 …(*ppCtx)->pWelsSvcRc = (SWelsSvcRc*)pMa->WelsMallocz (kiNumDependencyLayers * sizeof (SWelsSvcRc),… in RequestMemorySvc()
168 SWelsSvcRc* pWelsSvcRc;
242 } SWelsSvcRc; typedef