FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/dec_state.h @ 42:ba044871c9dd
libgsmefr: beginning of encoder and decoder state structures
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 01:43:16 +0000 |
parents | |
children | dd79ec84283d |
comparison
equal
deleted
inserted
replaced
41:37e39cad5838 | 42:ba044871c9dd |
---|---|
1 /* | |
2 * In this header file we define our decoder state structure. | |
3 * This decoder state structure is internal to libgsmefr, | |
4 * NOT part of our external public interface! | |
5 */ | |
6 | |
7 struct EFR_decoder_state { | |
8 /* from agc.c */ | |
9 Word16 past_gain; | |
10 /* to be continued */ | |
11 }; |