FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/dtx.h @ 61:a18782a7d270
libgsmefr: d_gains.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 20:19:30 +0000 |
parents | 988fd7ff514f |
children |
comparison
equal
deleted
inserted
replaced
60:d273a77d5523 | 61:a18782a7d270 |
---|---|
86 Word16 lsf_aver[M] | 86 Word16 lsf_aver[M] |
87 ); | 87 ); |
88 | 88 |
89 void update_gain_code_history_tx ( | 89 void update_gain_code_history_tx ( |
90 struct EFR_encoder_state *st, | 90 struct EFR_encoder_state *st, |
91 Word16 new_gain_code, | 91 Word16 new_gain_code |
92 Word16 gain_code_old_tx[4 * DTX_HANGOVER] | |
93 ); | 92 ); |
94 | 93 |
95 void update_gain_code_history_rx ( | 94 void update_gain_code_history_rx ( |
96 struct EFR_decoder_state *st, | 95 struct EFR_decoder_state *st, |
97 Word16 new_gain_code, | 96 Word16 new_gain_code |
98 Word16 gain_code_old_rx[4 * DTX_HANGOVER] | |
99 ); | 97 ); |
100 | 98 |
101 Word16 compute_CN_excitation_gain ( | 99 Word16 compute_CN_excitation_gain ( |
102 Word16 res2[L_SUBFR] | 100 Word16 res2[L_SUBFR] |
103 ); | 101 ); |