Searched refs:bottle_neck (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.c | 942 double bottle_neck, in WebRtcIsac_GetNewFrameLength() argument 963 if (bottle_neck < Thld_20_30) in WebRtcIsac_GetNewFrameLength() 967 if (bottle_neck < Thld_30_60) in WebRtcIsac_GetNewFrameLength() 969 else if (bottle_neck > Thld_30_20) in WebRtcIsac_GetNewFrameLength() 973 if (bottle_neck >= Thld_60_30) in WebRtcIsac_GetNewFrameLength() 982 double bottle_neck, in WebRtcIsac_GetSnr() argument 1003 s2nr = a_20 + b_20 * bottle_neck * 0.001 + c_20 * bottle_neck * in WebRtcIsac_GetSnr() 1004 bottle_neck * 0.000001; in WebRtcIsac_GetSnr() 1007 s2nr = a_30 + b_30 * bottle_neck * 0.001 + c_30 * bottle_neck * in WebRtcIsac_GetSnr() 1008 bottle_neck * 0.000001; in WebRtcIsac_GetSnr() [all …]
|
D | bandwidth_estimator.h | 159 double bottle_neck, 164 double bottle_neck,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.h | 120 WebRtc_Word16 WebRtcIsacfix_GetNewFrameLength(WebRtc_Word16 bottle_neck, WebRtc_Word16 current_fram… 124 WebRtc_Word16 WebRtcIsacfix_GetSnr(WebRtc_Word16 bottle_neck, WebRtc_Word16 framesamples);
|
D | bandwidth_estimator.c | 976 WebRtc_Word16 WebRtcIsacfix_GetNewFrameLength(WebRtc_Word16 bottle_neck, WebRtc_Word16 current_fram… in WebRtcIsacfix_GetNewFrameLength() argument 985 if (bottle_neck < Thld_30_60) { in WebRtcIsacfix_GetNewFrameLength() 990 if (bottle_neck >= Thld_60_30) { in WebRtcIsacfix_GetNewFrameLength() 1001 WebRtc_Word16 WebRtcIsacfix_GetSnr(WebRtc_Word16 bottle_neck, WebRtc_Word16 framesamples) in WebRtcIsacfix_GetSnr() argument 1010 …s2nr = -22500 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(500, bottle_neck, 10); //* 0.001; //+ c_3… in WebRtcIsacfix_GetSnr() 1014 …s2nr = -22500 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(500, bottle_neck, 10); //* 0.001; //+ c_3… in WebRtcIsacfix_GetSnr()
|