Searched refs:InitCounter (Results 1 – 4 of 4) sorted by relevance
805 if (State->InitCounter > 0) in WebRtcIsac_GetMinBytes()807 if (State->InitCounter-- <= INIT_BURST_LEN) in WebRtcIsac_GetMinBytes()919 State->InitCounter = 0; in WebRtcIsac_UpdateRateModel()937 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsac_InitRateModel()
239 int InitCounter; member
847 if (State->InitCounter > 0) { in WebRtcIsacfix_GetMinBytes()848 if (State->InitCounter-- <= INIT_BURST_LEN) { in WebRtcIsacfix_GetMinBytes()950 State->InitCounter = 0; in WebRtcIsacfix_UpdateRateModel()968 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsacfix_InitRateModel()
262 WebRtc_Word16 InitCounter; member