Searched refs:WebRtcIlbcfix_GainDequant (Results 1 – 3 of 3) sorted by relevance
46 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()
29 int16_t WebRtcIlbcfix_GainDequant(
27 int16_t WebRtcIlbcfix_GainDequant( in WebRtcIlbcfix_GainDequant() function