Searched refs:InitCounter (Results 1 – 4 of 4) sorted by relevance
798 if (State->InitCounter > 0) in WebRtcIsac_GetMinBytes()800 if (State->InitCounter-- <= INIT_BURST_LEN) in WebRtcIsac_GetMinBytes()912 State->InitCounter = 0; in WebRtcIsac_UpdateRateModel()930 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsac_InitRateModel()
226 int InitCounter; member
840 if (State->InitCounter > 0) { in WebRtcIsacfix_GetMinBytes()841 if (State->InitCounter-- <= INIT_BURST_LEN) { in WebRtcIsacfix_GetMinBytes()946 State->InitCounter = 0; in WebRtcIsacfix_UpdateRateModel()963 State->InitCounter = INIT_BURST_LEN + 10; /* packets */ in WebRtcIsacfix_InitRateModel()
238 int16_t InitCounter; member