Searched refs:VBV_fullness (Results 1 – 2 of 2) sorted by relevance
125 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() local443 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 …]
84 Int VBV_fullness; member