FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/cnst.h @ 117:f9c9dd458d55
libgsmefr/cnst.h: drop SERIAL_SIZE definition,
ETSI test seq detail, no meaning for our library version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 30 Nov 2022 23:12:15 +0000 |
parents | 9ae58ffb4197 |
children |
comparison
equal
deleted
inserted
replaced
116:d9ad0f5121e8 | 117:f9c9dd458d55 |
---|---|
13 #define PIT_MIN 18 /* Minimum pitch lag */ | 13 #define PIT_MIN 18 /* Minimum pitch lag */ |
14 #define PIT_MAX 143 /* Maximum pitch lag */ | 14 #define PIT_MAX 143 /* Maximum pitch lag */ |
15 #define L_INTERPOL (10+1) /* Length of filter for interpolation */ | 15 #define L_INTERPOL (10+1) /* Length of filter for interpolation */ |
16 | 16 |
17 #define PRM_SIZE 57 /* Size of vector of analysis parameters */ | 17 #define PRM_SIZE 57 /* Size of vector of analysis parameters */ |
18 #define SERIAL_SIZE (244+1) /* bits per frame + bfi */ | |
19 | 18 |
20 #define MU 26214 /* Factor for tilt compensation filter 0.8 */ | 19 #define MU 26214 /* Factor for tilt compensation filter 0.8 */ |
21 #define AGC_FAC 29491 /* Factor for automatic gain control 0.9 */ | 20 #define AGC_FAC 29491 /* Factor for automatic gain control 0.9 */ |
22 | 21 |
23 #define DTX_HANGOVER 7 /* Period when SP=1 although VAD=0. | 22 #define DTX_HANGOVER 7 /* Period when SP=1 although VAD=0. |