Home
last modified time | relevance | path

Searched refs:maxRate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c1492 WebRtc_Word32 maxRate) in WebRtcIsacfix_SetMaxRate() argument
1500 if((maxRate < 32000) || (maxRate > 53400)) in WebRtcIsacfix_SetMaxRate()
1511 maxRateInBytes = (WebRtc_Word16)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
Disacfix.h505 WebRtc_Word32 maxRate);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
Disac.h471 WebRtc_Word32 maxRate);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c1985 WebRtc_Word32 maxRate) { in WebRtcIsac_SetMaxRate() argument
1999 maxRateInBytesPer30Ms = (WebRtc_Word16)(maxRate * 3 / 800); in WebRtcIsac_SetMaxRate()
2002 if (maxRate < 32000) { in WebRtcIsac_SetMaxRate()
2009 if (maxRate > 53400) { in WebRtcIsac_SetMaxRate()