Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Drate_control.cpp125 if (rc[n]->VBV_fullness < 0) rc[n]->VBV_fullness = 0; in RC_Initialize()
395 if (rc->VBV_fullness < rc->low_bound) in RC_UpdateBuffer()
397 rc->VBV_fullness = rc->low_bound; // -rc->Bs/2; in RC_UpdateBuffer()
398 rc->TMN_W = rc->VBV_fullness - rc->low_bound; in RC_UpdateBuffer()
426 Int n, VBV_fullness; in RC_UpdateBXRCParams() local
443 VBV_fullness = (Int)(rc[n]->Bs * 0.5); in RC_UpdateBXRCParams()
830 rc->VBV_fullness -= rc->Rc; in updateRateControl()
836 rc->VBV_fullness -= frame_bits; //rc->Rp; in updateRateControl()
842 rc->VBV_fullness -= frame_bits; //rc->Rp; in updateRateControl()
880 if (rc->VBV_fullness < rc->low_bound) in updateRC_PostProc()
[all …]
H A Drate_control.h84 Int VBV_fullness; member