Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h170 double WebRtcIsac_GetSnr(
Disac.c808 gain1 = WebRtcIsac_GetSnr( in WebRtcIsac_GetNewBitStream()
811 gain2 = WebRtcIsac_GetSnr( in WebRtcIsac_GetNewBitStream()
839 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES); in WebRtcIsac_GetNewBitStream()
841 gain2 = WebRtcIsac_GetSnr(instISAC->instUB.ISACencUB_obj.bottleneck, in WebRtcIsac_GetNewBitStream()
Dencode.c262 ISACencLB_obj->s2nr = WebRtcIsac_GetSnr( in WebRtcIsac_EncodeLb()
703 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES); in WebRtcIsac_EncodeUb16()
899 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES); in WebRtcIsac_EncodeUb12()
Dbandwidth_estimator.c992 double WebRtcIsac_GetSnr( in WebRtcIsac_GetSnr() function