Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Drate_control.cpp72 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()
679 rc->T = rc->TMN_TH - rc->TMN_W; in targetBitCalculation()
793 rc->T = rc->TMN_TH - rc->TMN_W; in calculateQuantizer_Multipass()
817 rc->TMN_W += (rc->Rc - rc->TMN_TH); in updateRateControl()
[all …]
Drate_control.h82 Int TMN_W; member