Home
last modified time | relevance | path

Searched refs:SWelsSvcRc (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp61 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 …]
Dwels_preprocess.cpp836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()
888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local
910 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()
Dslice_multi_threading.cpp183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing()
Dsvc_encode_slice.cpp1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice()
Dencoder_ext.cpp1696 …(*ppCtx)->pWelsSvcRc = (SWelsSvcRc*)pMa->WelsMallocz (kiNumDependencyLayers * sizeof (SWelsSvcRc),… in RequestMemorySvc()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h168 SWelsSvcRc* pWelsSvcRc;
Drc.h242 } SWelsSvcRc; typedef