Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp138 pMP[n]->target_bits_per_frame = pMP[n]->bitrate / pMP[n]->framerate; in RC_Initialize()
399 …unter_BTdst + (Int)((float)(rc->Bs / 2 - rc->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); in RC_UpdateBuffer()
479 pMP[n]->target_bits_per_frame_prev = pMP[n]->target_bits_per_frame; in RC_UpdateBXRCParams()
480 …pMP[n]->target_bits_per_frame = pMP[n]->bitrate / (float)(pMP[n]->framerate + 0.0001); /* 7/31/0… in RC_UpdateBXRCParams()
485 (pMP[n]->target_bits_per_frame / 10 + 0.0001)); /* 7/31/03 */ in RC_UpdateBXRCParams()
495 … (pMP[n]->target_bits_per_frame / 10) * (pMP[n]->counter_BTdst - pMP[n]->counter_BTsrc)); in RC_UpdateBXRCParams()
621 …bound = (Int)((rc->Bs / 2 - rc->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10)); /* rc->B… in targetBitCalculation()
657 rc->TMN_TH = (Int)(pMP->target_bits_per_frame); in targetBitCalculation()
662 rc->TMN_TH -= (Int)(pMP->target_bits_per_frame * diff_counter_BTsrc * 0.1); in targetBitCalculation()
667 rc->TMN_TH += (Int)(pMP->target_bits_per_frame * diff_counter_BTdst * 0.1); in targetBitCalculation()
[all …]
Dmp4lib_int.h298 float target_bits_per_frame; /* = C = bitrate/framerate */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Drate_control.cpp162 …nt)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); in RCUpdateBuffer()
248 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate; in InitRateControlModule()
516 rateCtrl->TMN_TH -= (int)(pMP->target_bits_per_frame / 10.0); in calculateQuantizer_Multipass()
607 …bound = (int)((rateCtrl->Bs / 2 - rateCtrl->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10… in targetBitCalculation()
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()
691 …nt)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); in updateRC_PostProc()
887 …nt)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); in updateRateControl()
894 …nt)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); in updateRateControl()
Davcenc_int.h195 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */ member