Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_construct.c46 gain[0] = WebRtcIlbcfix_GainDequant(gain_index[0], 16384, 0); in WebRtcIlbcfix_CbConstruct()
47 gain[1] = WebRtcIlbcfix_GainDequant(gain_index[1], gain[0], 1); in WebRtcIlbcfix_CbConstruct()
48 gain[2] = WebRtcIlbcfix_GainDequant(gain_index[2], gain[1], 2); in WebRtcIlbcfix_CbConstruct()
Dgain_dequant.h29 int16_t WebRtcIlbcfix_GainDequant(
Dgain_dequant.c27 int16_t WebRtcIlbcfix_GainDequant( in WebRtcIlbcfix_GainDequant() function