Home
last modified time | relevance | path

Searched refs:TMN_TH (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp78 rc[n]->TMN_TH = (Int)((float)LayerBitRate[n] / LayerFrameRate[n]); in RC_Initialize()
98 …rc[n]->TMN_TH = (Int)((float)(LayerBitRate[n] - LayerBitRate[n-1]) / (LayerFrameRate[n] - LayerFra… in RC_Initialize()
99 …itVariance_num = (Int)((float)(rc[n]->Bs - rc[n]->VBV_fullness) * 10 / ((float)rc[n]->TMN_TH)) - 5; in RC_Initialize()
104 rc[n]->TMN_TH = 1 << 30; in RC_Initialize()
236 …(pMP->counter_BTdst, (Int)((rc->Bs / 2 - rc->VBV_fullness) * 0.30 / (rc->TMN_TH / 10.0) + 0.5)); /… 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()
323 diff_BTCounter = (Int)((float)(rc->TMN_TH - rc->TMN_W - pMP->actual_bits) / in RC_VopUpdateStat()
330 … rc->TMN_TH -= (Int)((float)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1)); in RC_VopUpdateStat()
331 rc->T = pMP->target_bits = rc->TMN_TH - rc->TMN_W; in RC_VopUpdateStat()
447 rc[n]->TMN_TH = (Int)((float)LayerBitRate[n] / LayerFrameRate[n]); in RC_UpdateBXRCParams()
[all …]
Drate_control.h83 Int TMN_TH; member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Drate_control.cpp231 rateCtrl->TMN_TH = rateCtrl->bitsPerFrame; in InitRateControlModule()
368 …t, (int)((rateCtrl->Bs / 2 - rateCtrl->VBV_fullness) * 0.30 / (rateCtrl->TMN_TH / 10.0) + 0.5)); /… in RCInitFrameQP()
371 …pMP->target_bits = rateCtrl->T = rateCtrl->TMN_TH = (int)(rateCtrl->TMN_TH * (1.0 + pMP->counter_B… in RCInitFrameQP()
516 rateCtrl->TMN_TH -= (int)(pMP->target_bits_per_frame / 10.0); in calculateQuantizer_Multipass()
517 rateCtrl->T = rateCtrl->TMN_TH - rateCtrl->TMN_W; in calculateQuantizer_Multipass()
642 rateCtrl->TMN_TH = (int)(pMP->target_bits_per_frame); in targetBitCalculation()
647 rateCtrl->TMN_TH -= (int)(pMP->target_bits_per_frame * diff_counter_BTsrc * 0.1); in targetBitCalculation()
652 rateCtrl->TMN_TH += (int)(pMP->target_bits_per_frame * diff_counter_BTdst * 0.1); in targetBitCalculation()
663 rateCtrl->T = rateCtrl->TMN_TH - rateCtrl->TMN_W; in targetBitCalculation()
823 diff_BTCounter = (int)((OsclFloat)(rateCtrl->TMN_TH - rateCtrl->TMN_W - pMP->actual_bits) / in RCUpdateFrame()
[all …]
Davcenc_int.h309 int TMN_TH; member