Home
last modified time | relevance | path

Searched defs:kiGopSize (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp188 const int32_t kiGopSize = (1 << kiDecompositionStages); in RcInitTlWeight() local
219 const int32_t kiGopSize = (1 << pDLayerParamInternal->iDecompositionStages); in RcUpdateBitrateFps() local
363 const int32_t kiGopSize = (1 << pDLayerParam->iDecompositionStages); in RcUpdateTemporalZero() local
610 const int32_t kiGopSize = (1 << pDLayerParamInternal->iDecompositionStages); in RcDecideTargetBitsTimestamp() local
Dencoder_ext.cpp2386 …GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize) { in GetTemporalLevel()