Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp188 const int32_t kiGopSize = (1 << kiDecompositionStages); in RcInitTlWeight() local
201 for (n = 0; n < VGOP_SIZE; n += kiGopSize) { in RcInitTlWeight()
204 for (k = 1 << (kiDecompositionStages - i); k < kiGopSize; k += (kiGopSize >> (i - 1))) { in RcInitTlWeight()
209 pWelsSvcRc->iPreviousGopSize = kiGopSize; in RcInitTlWeight()
210 pWelsSvcRc->iGopNumberInVGop = VGOP_SIZE / kiGopSize; in RcInitTlWeight()
219 const int32_t kiGopSize = (1 << pDLayerParamInternal->iDecompositionStages); in RcUpdateBitrateFps() local
223 const int64_t kiGopBits = input_iBitsPerFrame * kiGopSize; in RcUpdateBitrateFps()
385 const int32_t kiGopSize = (1 << pDLayerParam->iDecompositionStages); in RcUpdateTemporalZero() local
387 if (pWelsSvcRc->iPreviousGopSize != kiGopSize) { in RcUpdateTemporalZero()
639 const int32_t kiGopSize = (1 << pDLayerParamInternal->iDecompositionStages); in RcDecideTargetBitsTimestamp() local
[all …]
Dencoder_ext.cpp2386 …GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize) { in GetTemporalLevel() argument
2387 const int32_t kiCodingIdx = kiFrameNum & (kiGopSize - 1); in GetTemporalLevel()
/third_party/openh264/codec/encoder/core/inc/
Dencoder.h91 … GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize);