Searched refs:LINEAR_MODEL_DECAY_FACTOR (Results 1 – 2 of 2) sorted by relevance
1072 …pWelsSvcRc->iIntraComplexity = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * pWelsSvcRc->iIntra… in RcUpdateIntraComplexity()1073 (INT_MULTIPLY - LINEAR_MODEL_DECAY_FACTOR) * in RcUpdateIntraComplexity()1077 …pWelsSvcRc->iIntraComplxMean = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * static_cast<int64_… in RcUpdateIntraComplexity()1079 … + (INT_MULTIPLY - LINEAR_MODEL_DECAY_FACTOR) * (iFrameComplexity)), in RcUpdateIntraComplexity()1111 …pTOverRc->iLinearCmplx = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * (int64_t)pTOverRc->iLine… in RcUpdateFrameComplexity()1112 … + (INT_MULTIPLY - LINEAR_MODEL_DECAY_FACTOR) * ((int64_t)pWelsSvcRc->iFrameDqBits * iQStep)), in RcUpdateFrameComplexity()1114 … pTOverRc->iFrameCmplxMean = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * static_cast<int64_t> in RcUpdateFrameComplexity()1116 + (INT_MULTIPLY - LINEAR_MODEL_DECAY_FACTOR) * iFrameComplexity), in RcUpdateFrameComplexity()
123 #define LINEAR_MODEL_DECAY_FACTOR 80 // *INT_MULTIPLY macro