Searched refs:kiGopSize (Results 1 – 3 of 3) sorted by relevance
188 const int32_t kiGopSize = (1 << kiDecompositionStages); in RcInitTlWeight() local201 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() local223 const int64_t kiGopBits = input_iBitsPerFrame * kiGopSize; in RcUpdateBitrateFps()385 const int32_t kiGopSize = (1 << pDLayerParam->iDecompositionStages); in RcUpdateTemporalZero() local387 if (pWelsSvcRc->iPreviousGopSize != kiGopSize) { in RcUpdateTemporalZero()639 const int32_t kiGopSize = (1 << pDLayerParamInternal->iDecompositionStages); in RcDecideTargetBitsTimestamp() local[all …]
2386 …GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize) { in GetTemporalLevel() argument2387 const int32_t kiCodingIdx = kiFrameNum & (kiGopSize - 1); in GetTemporalLevel()
91 … GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize);