Searched refs:iCost2Bits (Results 1 – 1 of 1) sorted by relevance
1417 …int64_t iCost2Bits = WELS_DIV_ROUND64 ((((int64_t)iFrameBits * iQstep)), pVaa->sComplexityScreenPa… in WelsRcPictureInfoUpdateScc() local1420 …pWelsSvcRc->iAvgCost2Bits = WELS_DIV_ROUND64 ((95 * pWelsSvcRc->iAvgCost2Bits + 5 * iCost2Bits), I… in WelsRcPictureInfoUpdateScc()1422 …2BitsIntra = WELS_DIV_ROUND64 ((90 * pWelsSvcRc->iCost2BitsIntra + 10 * iCost2Bits), INT_MULTIPLY); in WelsRcPictureInfoUpdateScc()