Searched refs:TMN_W (Results 1 – 4 of 4) sorted by relevance
72 rc[n]->TMN_W = 0; in RC_Initialize()117 …rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framer… in RC_Initialize()323 diff_BTCounter = (Int)((float)(rc->TMN_TH - rc->TMN_W - pMP->actual_bits) / in RC_VopUpdateStat()331 rc->T = pMP->target_bits = rc->TMN_TH - rc->TMN_W; in RC_VopUpdateStat()398 rc->TMN_W = rc->VBV_fullness - rc->low_bound; in RC_UpdateBuffer()484 diff_counter = (Int)((float)(rc[n]->VBV_fullness - rc[n]->TMN_W) / in RC_UpdateBXRCParams()494 …rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness - /* re-calculate rc[n]->TMN_W in order for higher a… in RC_UpdateBXRCParams()678 rc->T = rc->TMN_TH - rc->TMN_W; in targetBitCalculation()791 rc->T = rc->TMN_TH - rc->TMN_W; in calculateQuantizer_Multipass()815 rc->TMN_W += (rc->Rc - rc->TMN_TH); in updateRateControl()[all …]
82 Int TMN_W; member
161 rateCtrl->TMN_W = rateCtrl->VBV_fullness - rateCtrl->low_bound; in RCUpdateBuffer()227 rateCtrl->TMN_W = 0; in InitRateControlModule()240 …rateCtrl->TMN_W = (int)(rateCtrl->VBV_fullness + rateCtrl->pMP->counter_BTsrc * (rateCtrl->bitsPer… in InitRateControlModule()517 rateCtrl->T = rateCtrl->TMN_TH - rateCtrl->TMN_W; in calculateQuantizer_Multipass()663 rateCtrl->T = rateCtrl->TMN_TH - rateCtrl->TMN_W; in targetBitCalculation()690 rateCtrl->TMN_W = rateCtrl->VBV_fullness - rateCtrl->low_bound; in updateRC_PostProc()823 diff_BTCounter = (int)((OsclFloat)(rateCtrl->TMN_TH - rateCtrl->TMN_W - pMP->actual_bits) / in RCUpdateFrame()831 rateCtrl->T = pMP->target_bits = rateCtrl->TMN_TH - rateCtrl->TMN_W; in RCUpdateFrame()868 rateCtrl->TMN_W += (rateCtrl->Rc - rateCtrl->TMN_TH); in updateRateControl()879 rateCtrl->TMN_W -= (rateCtrl->Rc - rateCtrl->TMN_TH); in updateRateControl()
308 int TMN_W; member