FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/dtx_rxfe.h @ 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 |
---|---|
9 | 9 |
10 #include "typedefs.h" | 10 #include "typedefs.h" |
11 | 11 |
12 extern const LongwordRom ppLr_gsTable[4][32]; | 12 extern const LongwordRom ppLr_gsTable[4][32]; |
13 | 13 |
14 void avgGsHistQntz(Longword pL_GsHistory[], Longword *pL_GsAvgd); | 14 void avgGsHistQntz(const Longword pL_GsHistory[], Longword *pL_GsAvgd); |
15 Shortword gsQuant(Longword L_GsIn, Shortword swVoicingMode); | 15 Shortword gsQuant(Longword L_GsIn, Shortword swVoicingMode); |
16 Shortword getPnBits(int iBits, Longword *L_PnSeed); | 16 Shortword getPnBits(int iBits, Longword *L_PnSeed); |
17 | 17 |
18 #endif /* include guard */ | 18 #endif /* include guard */ |