Searched refs:counter_BTdst (Results 1 – 4 of 4) sorted by relevance
131 pMP[n]->counter_BTdst = pMP[n]->counter_BTsrc = 0; in RC_Initialize()234 …pMP->counter_BTdst = (Int)(video->encParams->LayerFrameRate[video->currLayer] * 7.5 + 0.5); /* 0.7… in RC_VopQPSetting()235 …pMP->counter_BTdst = PV_MIN(pMP->counter_BTdst, (Int)(rc->max_BitVariance_num / 2 * 0.40)); /* 0.7… in RC_VopQPSetting()236 …pMP->counter_BTdst = PV_MAX(pMP->counter_BTdst, (Int)((rc->Bs / 2 - rc->VBV_fullness) * 0.30 / (rc… in RC_VopQPSetting()237 … pMP->counter_BTdst = PV_MIN(pMP->counter_BTdst, 20); /* Limit the target to be smaller than 3C */ in RC_VopQPSetting()239 … pMP->target_bits = rc->T = rc->TMN_TH = (Int)(rc->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1)); in RC_VopQPSetting()240 pMP->diff_counter = pMP->counter_BTdst; in RC_VopQPSetting()328 pMP->counter_BTdst -= diff_BTCounter; /* pMP->actual_bits is bigger */ in RC_VopUpdateStat()399 …pMP->counter_BTsrc = pMP->counter_BTdst + (Int)((float)(rc->Bs / 2 - rc->low_bound) / 2.0 / (pMP->… in RC_UpdateBuffer()487 pMP[n]->counter_BTdst = pMP[n]->counter_BTsrc = 0; in RC_UpdateBXRCParams()[all …]
293 …Int counter_BTdst; /* BT = Bit Transfer, bit transfer to scene change frames or high motion frame… member
162 …pMP->counter_BTsrc = pMP->counter_BTdst + (int)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound… in RCUpdateBuffer()366 pMP->counter_BTdst = (int)(rateCtrl->frame_rate * 7.5 + 0.5); /* 0.75s time frame */ in RCInitFrameQP()367 …pMP->counter_BTdst = AVC_MIN(pMP->counter_BTdst, (int)(rateCtrl->max_BitVariance_num / 2 * 0.40));… in RCInitFrameQP()368 …pMP->counter_BTdst = AVC_MAX(pMP->counter_BTdst, (int)((rateCtrl->Bs / 2 - rateCtrl->VBV_fullness)… in RCInitFrameQP()369 … pMP->counter_BTdst = AVC_MIN(pMP->counter_BTdst, 20); /* Limit the target to be smaller than 3C */ in RCInitFrameQP()371 …bits = rateCtrl->T = rateCtrl->TMN_TH = (int)(rateCtrl->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1)); in RCInitFrameQP()372 pMP->diff_counter = pMP->counter_BTdst; in RCInitFrameQP()514 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5))) in calculateQuantizer_Multipass()535 if (pMP->counter_BTsrc > 1000 && pMP->counter_BTdst > 1000) in targetBitCalculation()538 pMP->counter_BTdst -= 1000; in targetBitCalculation()[all …]
190 …int counter_BTdst; /* BT = Bit Transfer, bit transfer to scene change frames or high motion frame… member