Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c252 frameSizeSampl = SAMPLES_PER_MSEC * frameSize; in WebRtcIsacfix_UpdateUplinkBwImpl()
870 MinRate = (512 + SAMPLES_PER_MSEC * ((DelayBuildUp * inv_Q12) >> 3)) * in WebRtcIsacfix_GetMinBytes()
876 MinRate = (512 + SAMPLES_PER_MSEC * (((DelayBuildUp - in WebRtcIsacfix_GetMinBytes()
878 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()
918 State->ExceedAgo += FrameSamples / SAMPLES_PER_MSEC; /* ms */ in WebRtcIsacfix_GetMinBytes()
923 State->ExceedAgo += FrameSamples / SAMPLES_PER_MSEC; /* ms */ in WebRtcIsacfix_GetMinBytes()
939 State->StillBuffered -= FrameSamples / SAMPLES_PER_MSEC; /* ms */ in WebRtcIsacfix_GetMinBytes()
Dsettings.h44 #define SAMPLES_PER_MSEC 16 macro