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()1313 int32_t iBitRate = pDLayerConfig->iSpatialBitrate;// pEncCtx->pSvcParam->target_bitrate; in WelRcPictureInitScc() local1319 int64_t iTargetBits = iBitRate * 2 - pWelsSvcRc->iBufferFullnessSkip; in WelRcPictureInitScc()1326 …int64_t iTargetBits = WELS_ROUND (((float)iBitRate / pDLayerParamInternal->fOutputFrameRate)); //i… in WelRcPictureInitScc()1330 if (pWelsSvcRc->iBufferFullnessSkip > iBitRate) { in WelRcPictureInitScc()1354 …E_CHANGED_SCENE == pEncCtx->pVaa->eSceneChangeIdc || pWelsSvcRc->iBufferFullnessSkip > 2 * iBitRate in WelRcPictureInitScc()1357 …UM_CHANGED_SCENE == pEncCtx->pVaa->eSceneChangeIdc || pWelsSvcRc->iBufferFullnessSkip > iBitRate) { in WelRcPictureInitScc()1405 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