Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/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