Searched refs:iBitRate (Results 1 – 2 of 2) sorted by relevance
226 pWelsSvcRc->iBitRate = pDLayerParam->iSpatialBitrate; in RcUpdateBitrateFps()241 …pWelsSvcRc->iBufferSizeSkip = WELS_DIV_ROUND (pWelsSvcRc->iBitRate * pWelsSvcRc->iSkipBufferRatio,… in RcUpdateBitrateFps()242 …pWelsSvcRc->iBufferSizePadding = WELS_DIV_ROUND (pWelsSvcRc->iBitRate * PADDING_BUFFER_RATIO, INT_… in RcUpdateBitrateFps()1345 int32_t iBitRate = pDLayerConfig->iSpatialBitrate;// pEncCtx->pSvcParam->target_bitrate; in WelRcPictureInitScc() local1351 int64_t iTargetBits = iBitRate * 2 - pWelsSvcRc->iBufferFullnessSkip; in WelRcPictureInitScc()1358 …int64_t iTargetBits = WELS_ROUND (((float)iBitRate / pDLayerParamInternal->fOutputFrameRate)); //i… in WelRcPictureInitScc()1362 if (pWelsSvcRc->iBufferFullnessSkip > iBitRate) { in WelRcPictureInitScc()1386 …E_CHANGED_SCENE == pEncCtx->pVaa->eSceneChangeIdc || pWelsSvcRc->iBufferFullnessSkip > 2 * iBitRate in WelRcPictureInitScc()1389 …UM_CHANGED_SCENE == pEncCtx->pVaa->eSceneChangeIdc || pWelsSvcRc->iBufferFullnessSkip > iBitRate) { in WelRcPictureInitScc()1437 int32_t iBitRate = pDLayerConfig->iSpatialBitrate; in WelsRcFrameDelayJudgeTimeStamp() local[all …]
163 int64_t iBitRate; // Note: although the max bit rate is 240000*1200 which can be represented by i… member