FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/dtx_rxfe.c @ 578:7756b23b78cd
libgsmhr1 avgGsHistQntz: make the history table argument const
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Feb 2025 03:08:35 +0000 |
parents | d68b2c92464a |
children |
comparison
equal
deleted
inserted
replaced
577:d68b2c92464a | 578:7756b23b78cd |
---|---|
93 * none. | 93 * none. |
94 * | 94 * |
95 * | 95 * |
96 *************************************************************************/ | 96 *************************************************************************/ |
97 | 97 |
98 void avgGsHistQntz(Longword pL_GsHistory[], Longword *pL_GsAvgd) | 98 void avgGsHistQntz(const Longword pL_GsHistory[], Longword *pL_GsAvgd) |
99 { | 99 { |
100 | 100 |
101 /*_________________________________________________________________________ | 101 /*_________________________________________________________________________ |
102 | | | 102 | | |
103 | Automatic Variables | | 103 | Automatic Variables | |