Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Drate_control.cpp78 rc[n]->TMN_TH = (Int)((float)LayerBitRate[n] / LayerFrameRate[n]); in RC_Initialize()
104 rc[n]->TMN_TH = 1 << 30; in RC_Initialize()
239 … pMP->target_bits = rc->T = rc->TMN_TH = (Int)(rc->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1)); in RC_VopQPSetting()
331 rc->T = pMP->target_bits = rc->TMN_TH - rc->TMN_W; in RC_VopUpdateStat()
472 rc[n]->TMN_TH = 1 << 30; in RC_UpdateBXRCParams()
658 rc->TMN_TH = (Int)(pMP->target_bits_per_frame); in targetBitCalculation()
679 rc->T = rc->TMN_TH - rc->TMN_W; in targetBitCalculation()
792 rc->TMN_TH -= (Int)(pMP->target_bits_per_frame / 10.0); in calculateQuantizer_Multipass()
793 rc->T = rc->TMN_TH - rc->TMN_W; in calculateQuantizer_Multipass()
817 rc->TMN_W += (rc->Rc - rc->TMN_TH); in updateRateControl()
[all …]
H A Drate_control.h83 Int TMN_TH; member