Searched refs:WebRtcIsac_GetSnr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.h163 double WebRtcIsac_GetSnr(
H A Disac.c837 gain1 = WebRtcIsac_GetSnr(
840 gain2 = WebRtcIsac_GetSnr(
868 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
870 gain2 = WebRtcIsac_GetSnr(instISAC->instUB.ISACencUB_obj.bottleneck,
H A Dencode.c261 ISACencLB_obj->s2nr = WebRtcIsac_GetSnr(
700 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES);
894 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES);
H A Dbandwidth_estimator.c981 double WebRtcIsac_GetSnr( function
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.h163 double WebRtcIsac_GetSnr(
H A Disac.c798 gain1 = WebRtcIsac_GetSnr(
801 gain2 = WebRtcIsac_GetSnr(
829 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
831 gain2 = WebRtcIsac_GetSnr(instISAC->instUB.ISACencUB_obj.bottleneck,
H A Dencode.c261 ISACencLB_obj->s2nr = WebRtcIsac_GetSnr(
700 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES);
894 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES);
H A Dbandwidth_estimator.c981 double WebRtcIsac_GetSnr( function

Completed in 338 milliseconds