Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h44 #define SAMPLES_PER_MSEC 16 macro
Dbandwidth_estimator.c246 frameSizeSampl = WEBRTC_SPL_MUL_16_16((WebRtc_Word16)SAMPLES_PER_MSEC, frameSize); in WebRtcIsacfix_UpdateUplinkBwImpl()
859 …MinRate = WEBRTC_SPL_MUL(512 + WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_M… in WebRtcIsacfix_GetMinBytes()
864 …MinRate = WEBRTC_SPL_MUL(512 + WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_M… in WebRtcIsacfix_GetMinBytes()
865 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()