comparison libgsmefr/pitch_ol.c @ 82:509ba99f5136

libgsmefr: pitch_ol.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 07:13:34 +0000
parents 49dd1ac8e75b
children b4531e7227ca
comparison
equal deleted inserted replaced
81:e0e53bfe1a8a 82:509ba99f5136
14 * - select the delay of maximum normalized correlation (among the 14 * - select the delay of maximum normalized correlation (among the
15 * three candidates) while favoring the lower delay ranges. 15 * three candidates) while favoring the lower delay ranges.
16 * 16 *
17 *************************************************************************/ 17 *************************************************************************/
18 18
19 #include "gsm_efr.h"
19 #include "typedef.h" 20 #include "typedef.h"
21 #include "namespace.h"
20 #include "basic_op.h" 22 #include "basic_op.h"
21 #include "oper_32b.h" 23 #include "oper_32b.h"
22 #include "count.h" 24 #include "no_count.h"
23 #include "sig_proc.h" 25 #include "sig_proc.h"
26 #include "codec.h"
24 27
25 #define THRESHOLD 27853 28 #define THRESHOLD 27853
26 29
27 /* local function */ 30 /* local function */
28 31