Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp180 SRCTemporal* pTOverRc = pWelsSvcRc->pTemporalOverRc; in RcInitTlWeight() local
193 pTOverRc[n].iTlayerWeight = iWeightArray[kiDecompositionStages][n]; in RcInitTlWeight()
194 pTOverRc[n].iMinQp = pWelsSvcRc->iMinQp + (n << 1); in RcInitTlWeight()
195 pTOverRc[n].iMinQp = WELS_CLIP3 (pTOverRc[n].iMinQp, 0, 51); in RcInitTlWeight()
196 pTOverRc[n].iMaxQp = pWelsSvcRc->iMaxQp + (n << 1); in RcInitTlWeight()
197 pTOverRc[n].iMaxQp = WELS_CLIP3 (pTOverRc[n].iMaxQp, pTOverRc[n].iMinQp, 51); in RcInitTlWeight()
215 SRCTemporal* pTOverRc = pWelsSvcRc->pTemporalOverRc; in RcUpdateBitrateFps() local
234 const int64_t kdConstraitBits = kiGopBits * pTOverRc[i].iTlayerWeight; in RcUpdateBitrateFps()
235 pTOverRc[i].iMinBitsTl = WELS_DIV_ROUND (kdConstraitBits * iMinBitsRatio, in RcUpdateBitrateFps()
237 pTOverRc[i].iMaxBitsTl = WELS_DIV_ROUND (kdConstraitBits * iMaxBitsRatio, in RcUpdateBitrateFps()
[all …]