Searched refs:counter_BTdst (Results 1 – 2 of 2) 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 …]
292 …Int counter_BTdst; /* BT = Bit Transfer, bit transfer to scene change frames or high motion frame… member