Home
last modified time | relevance | path

Searched refs:pWelsSvcRc (Results 1 – 25 of 28) sorted by relevance

12

/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/encoder/core/src/
H A Dratectl.cpp113 pWelsSvcRc = &pEncCtx->pWelsSvcRc[j]; in RcInitSequenceParameter()
119 pWelsSvcRc->iRcVaryRatio = pWelsSvcRc->iRcVaryPercentage; in RcInitSequenceParameter()
165pWelsSvcRc->iGomSize = (pWelsSvcRc->iNumberMbFrame + pWelsSvcRc->iNumberMbGom - 1) / pWelsSvcRc->i… in RcInitSequenceParameter()
173 pWelsSvcRc->iNumberMbGom = pWelsSvcRc->iNumberMbFrame; in RcInitSequenceParameter()
257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop() local
332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate() local
432 pWelsSvcRc->iIntraComplexity = pWelsSvcRc->iIntraComplexity * pWelsSvcRc->iNumberMbFrame / in RcCalculateIdrQp()
1027 pWelsSvcRc->iTargetBits, pWelsSvcRc->iRemainingBits, pWelsSvcRc->iBufferSizeSkip); in RcTraceFrameBits()
1089 pWelsSvcRc->iFrameDqBits, pWelsSvcRc->iQStep, pWelsSvcRc->iIntraComplexity); in RcUpdateIntraComplexity()
1369 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[0]; in WelsRcDropFrameUpdate() local
[all …]
H A Dwels_preprocess.cpp836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local
845 memset (pWelsSvcRc->pGomForegroundBlockNum, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
846 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
850 sComplexityAnalysisParam->iGomNumInFrame = pWelsSvcRc->iGomSize; in AnalyzePictureComplexity()
888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()
H A Dslice_multi_threading.cpp183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing() local
185 iNumMbInEachGom = pWelsSvcRc->iNumberMbGom; in DynamicAdjustSlicing()
H A Dencoder_ext.cpp1697 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pWelsSvcRc)) in RequestMemorySvc()
1974 if (NULL != pCtx->pWelsSvcRc) { in FreeMemorySvc()
1976 pMa->WelsFree (pCtx->pWelsSvcRc, "pWelsSvcRc"); in FreeMemorySvc()
1977 pCtx->pWelsSvcRc = NULL; in FreeMemorySvc()
2180 iCount + pCtx->pWelsSvcRc[i].iSkipFrameNum) / 1000, in StatOverallEncodingExt()
3394 uiTimeStamp, iCurDid, pCtx->pWelsSvcRc[iCurDid].iContinualSkipFrames); in PrepareEncodeFrame()
3889 pCtx->pDecPic->iFrameAverageQp = pCtx->pWelsSvcRc[iCurDid].iAverageFrameQp; in WelsEncoderEncodeExt()
3952 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iAverageFrameQp, in WelsEncoderEncodeExt()
4013 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingSize); in WelsEncoderEncodeExt()
4018 …pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingBitrateStat += pCtx->pWelsSvcRc[pCtx->uiDependencyI… in WelsEncoderEncodeExt()
[all …]
H A Dsvc_encode_slice.cpp621 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsISliceMdEncDynamic()
1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice() local
1647 if (pWelsSvcRc->bGomRC) { in WelsCodeOneSlice()
1648 GomRCInitForOneSlice (pCurSlice, pWelsSvcRc->iBitsPerMb); in WelsCodeOneSlice()
1932 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsMdInterMbLoopOverDynamicSlice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/encoder/core/src/
H A Dratectl.cpp113 pWelsSvcRc = &pEncCtx->pWelsSvcRc[j]; in RcInitSequenceParameter()
119 pWelsSvcRc->iRcVaryRatio = pWelsSvcRc->iRcVaryPercentage; in RcInitSequenceParameter()
165pWelsSvcRc->iGomSize = (pWelsSvcRc->iNumberMbFrame + pWelsSvcRc->iNumberMbGom - 1) / pWelsSvcRc->i… in RcInitSequenceParameter()
173 pWelsSvcRc->iNumberMbGom = pWelsSvcRc->iNumberMbFrame; in RcInitSequenceParameter()
257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop() local
332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate() local
432 pWelsSvcRc->iIntraComplexity = pWelsSvcRc->iIntraComplexity * pWelsSvcRc->iNumberMbFrame / in RcCalculateIdrQp()
1027 pWelsSvcRc->iTargetBits, pWelsSvcRc->iRemainingBits, pWelsSvcRc->iBufferSizeSkip); in RcTraceFrameBits()
1089 pWelsSvcRc->iFrameDqBits, pWelsSvcRc->iQStep, pWelsSvcRc->iIntraComplexity); in RcUpdateIntraComplexity()
1369 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[0]; in WelsRcDropFrameUpdate() local
[all …]
H A Dwels_preprocess.cpp836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local
845 memset (pWelsSvcRc->pGomForegroundBlockNum, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
846 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
850 sComplexityAnalysisParam->iGomNumInFrame = pWelsSvcRc->iGomSize; in AnalyzePictureComplexity()
888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()
H A Dslice_multi_threading.cpp183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing() local
185 iNumMbInEachGom = pWelsSvcRc->iNumberMbGom; in DynamicAdjustSlicing()
H A Dencoder_ext.cpp1697 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pWelsSvcRc)) in RequestMemorySvc()
1974 if (NULL != pCtx->pWelsSvcRc) { in FreeMemorySvc()
1976 pMa->WelsFree (pCtx->pWelsSvcRc, "pWelsSvcRc"); in FreeMemorySvc()
1977 pCtx->pWelsSvcRc = NULL; in FreeMemorySvc()
2180 iCount + pCtx->pWelsSvcRc[i].iSkipFrameNum) / 1000, in StatOverallEncodingExt()
3394 uiTimeStamp, iCurDid, pCtx->pWelsSvcRc[iCurDid].iContinualSkipFrames); in PrepareEncodeFrame()
3889 pCtx->pDecPic->iFrameAverageQp = pCtx->pWelsSvcRc[iCurDid].iAverageFrameQp; in WelsEncoderEncodeExt()
3952 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iAverageFrameQp, in WelsEncoderEncodeExt()
4013 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingSize); in WelsEncoderEncodeExt()
4018 …pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingBitrateStat += pCtx->pWelsSvcRc[pCtx->uiDependencyI… in WelsEncoderEncodeExt()
[all …]
H A Dsvc_encode_slice.cpp621 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsISliceMdEncDynamic()
1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice() local
1647 if (pWelsSvcRc->bGomRC) { in WelsCodeOneSlice()
1648 GomRCInitForOneSlice (pCurSlice, pWelsSvcRc->iBitsPerMb); in WelsCodeOneSlice()
1932 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsMdInterMbLoopOverDynamicSlice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/encoder/core/src/
H A Dratectl.cpp113 pWelsSvcRc = &pEncCtx->pWelsSvcRc[j]; in RcInitSequenceParameter()
119 pWelsSvcRc->iRcVaryRatio = pWelsSvcRc->iRcVaryPercentage; in RcInitSequenceParameter()
165pWelsSvcRc->iGomSize = (pWelsSvcRc->iNumberMbFrame + pWelsSvcRc->iNumberMbGom - 1) / pWelsSvcRc->i… in RcInitSequenceParameter()
173 pWelsSvcRc->iNumberMbGom = pWelsSvcRc->iNumberMbFrame; in RcInitSequenceParameter()
257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop() local
332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate() local
432 pWelsSvcRc->iIntraComplexity = pWelsSvcRc->iIntraComplexity * pWelsSvcRc->iNumberMbFrame / in RcCalculateIdrQp()
1027 pWelsSvcRc->iTargetBits, pWelsSvcRc->iRemainingBits, pWelsSvcRc->iBufferSizeSkip); in RcTraceFrameBits()
1089 pWelsSvcRc->iFrameDqBits, pWelsSvcRc->iQStep, pWelsSvcRc->iIntraComplexity); in RcUpdateIntraComplexity()
1369 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[0]; in WelsRcDropFrameUpdate() local
[all …]
H A Dwels_preprocess.cpp836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local
845 memset (pWelsSvcRc->pGomForegroundBlockNum, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
846 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
850 sComplexityAnalysisParam->iGomNumInFrame = pWelsSvcRc->iGomSize; in AnalyzePictureComplexity()
888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()
H A Dslice_multi_threading.cpp183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing() local
185 iNumMbInEachGom = pWelsSvcRc->iNumberMbGom; in DynamicAdjustSlicing()
H A Dencoder_ext.cpp1697 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pWelsSvcRc)) in RequestMemorySvc()
1974 if (NULL != pCtx->pWelsSvcRc) { in FreeMemorySvc()
1976 pMa->WelsFree (pCtx->pWelsSvcRc, "pWelsSvcRc"); in FreeMemorySvc()
1977 pCtx->pWelsSvcRc = NULL; in FreeMemorySvc()
2180 iCount + pCtx->pWelsSvcRc[i].iSkipFrameNum) / 1000, in StatOverallEncodingExt()
3394 uiTimeStamp, iCurDid, pCtx->pWelsSvcRc[iCurDid].iContinualSkipFrames); in PrepareEncodeFrame()
3889 pCtx->pDecPic->iFrameAverageQp = pCtx->pWelsSvcRc[iCurDid].iAverageFrameQp; in WelsEncoderEncodeExt()
3952 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iAverageFrameQp, in WelsEncoderEncodeExt()
4013 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingSize); in WelsEncoderEncodeExt()
4018 …pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingBitrateStat += pCtx->pWelsSvcRc[pCtx->uiDependencyI… in WelsEncoderEncodeExt()
[all …]
H A Dsvc_encode_slice.cpp621 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsISliceMdEncDynamic()
1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice() local
1647 if (pWelsSvcRc->bGomRC) { in WelsCodeOneSlice()
1648 GomRCInitForOneSlice (pCurSlice, pWelsSvcRc->iBitsPerMb); in WelsCodeOneSlice()
1932 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsMdInterMbLoopOverDynamicSlice()
/dports/multimedia/openh264/openh264-2.1.1/codec/encoder/core/src/
H A Dratectl.cpp113 pWelsSvcRc = &pEncCtx->pWelsSvcRc[j]; in RcInitSequenceParameter()
119 pWelsSvcRc->iRcVaryRatio = pWelsSvcRc->iRcVaryPercentage; in RcInitSequenceParameter()
165pWelsSvcRc->iGomSize = (pWelsSvcRc->iNumberMbFrame + pWelsSvcRc->iNumberMbGom - 1) / pWelsSvcRc->i… in RcInitSequenceParameter()
173 pWelsSvcRc->iNumberMbGom = pWelsSvcRc->iNumberMbFrame; in RcInitSequenceParameter()
257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop() local
332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate() local
432 pWelsSvcRc->iIntraComplexity = pWelsSvcRc->iIntraComplexity * pWelsSvcRc->iNumberMbFrame / in RcCalculateIdrQp()
1027 pWelsSvcRc->iTargetBits, pWelsSvcRc->iRemainingBits, pWelsSvcRc->iBufferSizeSkip); in RcTraceFrameBits()
1089 pWelsSvcRc->iFrameDqBits, pWelsSvcRc->iQStep, pWelsSvcRc->iIntraComplexity); in RcUpdateIntraComplexity()
1369 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[0]; in WelsRcDropFrameUpdate() local
[all …]
H A Dwels_preprocess.cpp836 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity() local
845 memset (pWelsSvcRc->pGomForegroundBlockNum, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
846 memset (pWelsSvcRc->pCurrentFrameGomSad, 0, pWelsSvcRc->iGomSize * sizeof (int32_t)); in AnalyzePictureComplexity()
849 sComplexityAnalysisParam->pGomComplexity = pWelsSvcRc->pCurrentFrameGomSad; in AnalyzePictureComplexity()
850 sComplexityAnalysisParam->iGomNumInFrame = pWelsSvcRc->iGomSize; in AnalyzePictureComplexity()
888 SWelsSvcRc* SWelsSvcRc = &pCtx->pWelsSvcRc[kiDependencyId]; in AnalyzePictureComplexity()
H A Dslice_multi_threading.cpp183 SWelsSvcRc* pWelsSvcRc = &pCtx->pWelsSvcRc[iCurDid]; in DynamicAdjustSlicing() local
185 iNumMbInEachGom = pWelsSvcRc->iNumberMbGom; in DynamicAdjustSlicing()
H A Dencoder_ext.cpp1697 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pWelsSvcRc)) in RequestMemorySvc()
1974 if (NULL != pCtx->pWelsSvcRc) { in FreeMemorySvc()
1976 pMa->WelsFree (pCtx->pWelsSvcRc, "pWelsSvcRc"); in FreeMemorySvc()
1977 pCtx->pWelsSvcRc = NULL; in FreeMemorySvc()
2180 iCount + pCtx->pWelsSvcRc[i].iSkipFrameNum) / 1000, in StatOverallEncodingExt()
3394 uiTimeStamp, iCurDid, pCtx->pWelsSvcRc[iCurDid].iContinualSkipFrames); in PrepareEncodeFrame()
3889 pCtx->pDecPic->iFrameAverageQp = pCtx->pWelsSvcRc[iCurDid].iAverageFrameQp; in WelsEncoderEncodeExt()
3952 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iAverageFrameQp, in WelsEncoderEncodeExt()
4013 pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingSize); in WelsEncoderEncodeExt()
4018 …pCtx->pWelsSvcRc[pCtx->uiDependencyId].iPaddingBitrateStat += pCtx->pWelsSvcRc[pCtx->uiDependencyI… in WelsEncoderEncodeExt()
[all …]
H A Dsvc_encode_slice.cpp621 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsISliceMdEncDynamic()
1630 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; in WelsCodeOneSlice() local
1647 if (pWelsSvcRc->bGomRC) { in WelsCodeOneSlice()
1648 GomRCInitForOneSlice (pCurSlice, pWelsSvcRc->iBitsPerMb); in WelsCodeOneSlice()
1932 pCurMb->uiLumaQp = pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId].iMaxQp; in WelsMdInterMbLoopOverDynamicSlice()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/encoder/core/inc/
H A Dencoder_context.h168 SWelsSvcRc* pWelsSvcRc; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/encoder/core/inc/
H A Dencoder_context.h168 SWelsSvcRc* pWelsSvcRc; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/encoder/core/inc/
H A Dencoder_context.h168 SWelsSvcRc* pWelsSvcRc; member
/dports/multimedia/openh264/openh264-2.1.1/codec/encoder/core/inc/
H A Dencoder_context.h168 SWelsSvcRc* pWelsSvcRc; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/encoder/plus/src/
H A DwelsEncoderExt.cpp634 pStatistics->uiAverageFrameQP = m_pEncContext->pWelsSvcRc[iDid].iAverageFrameQp; in UpdateStatistics()

12