comparison libgsmefr/pred_lt6.c @ 85:db8e0b69a6bb

libgsmefr: pred_lt6.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 08:59:34 +0000
parents 49dd1ac8e75b
children
comparison
equal deleted inserted replaced
84:3ea19a9aa2a1 85:db8e0b69a6bb
11 * On return exc[0..L_subfr-1] contains the interpolated signal 11 * On return exc[0..L_subfr-1] contains the interpolated signal
12 * (adaptive codebook excitation). 12 * (adaptive codebook excitation).
13 * 13 *
14 *************************************************************************/ 14 *************************************************************************/
15 15
16 #include "gsm_efr.h"
16 #include "typedef.h" 17 #include "typedef.h"
18 #include "namespace.h"
17 #include "basic_op.h" 19 #include "basic_op.h"
18 #include "count.h" 20 #include "no_count.h"
21 #include "codec.h"
19 22
20 #define UP_SAMP 6 23 #define UP_SAMP 6
21 #define L_INTERPOL 10 24 #define L_INTERPOL 10
22 #define FIR_SIZE (UP_SAMP*L_INTERPOL+1) 25 #define FIR_SIZE (UP_SAMP*L_INTERPOL+1)
23 26