comparison libgsmhr1/dtx_rxfe.h @ 577:d68b2c92464a

libgsmhr1: bring in parts of dtx.[ch] needed for RxFE
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Feb 2025 03:06:11 +0000
parents
children 7756b23b78cd
comparison
equal deleted inserted replaced
576:94f0cc85ad50 577:d68b2c92464a
1 /*
2 * This header file provides declarations for functions and data objects
3 * in dtx_rxfe.c: subset of DTX functions used by the Rx front end that
4 * operates on codec parameters only.
5 */
6
7 #ifndef dtx_rxfe_h
8 #define dtx_rxfe_h
9
10 #include "typedefs.h"
11
12 extern const LongwordRom ppLr_gsTable[4][32];
13
14 void avgGsHistQntz(Longword pL_GsHistory[], Longword *pL_GsAvgd);
15 Shortword gsQuant(Longword L_GsIn, Shortword swVoicingMode);
16 Shortword getPnBits(int iBits, Longword *L_PnSeed);
17
18 #endif /* include guard */