Home
last modified time | relevance | path

Searched refs:WebRtcIsac_kLeftRecPointLpcGain (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.c610 *idx = (int)floor((*data - WebRtcIsac_kLeftRecPointLpcGain[coeffCntr]) / in WebRtcIsac_QuantizeLpcGain()
621 *data = WebRtcIsac_kLeftRecPointLpcGain[coeffCntr] + *idx * in WebRtcIsac_QuantizeLpcGain()
648 *out = WebRtcIsac_kLeftRecPointLpcGain[coeffCntr] + *idx * in WebRtcIsac_DequantizeLpcGain()
Dlpc_gain_swb_tables.h27 extern const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES];
Dlpc_gain_swb_tables.c31 const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES] = variable