comparison libgsmefr/g_pitch.c @ 71:d9229fdac1c7

libgsmefr: g_pitch.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 05:33:57 +0000
parents 49dd1ac8e75b
children 827661987b41
comparison
equal deleted inserted replaced
70:9dac98926a2d 71:d9229fdac1c7
13 * codevector, and <> denotes dot product. 13 * codevector, and <> denotes dot product.
14 * The gain is limited to the range [0,1.2] 14 * The gain is limited to the range [0,1.2]
15 * 15 *
16 *************************************************************************/ 16 *************************************************************************/
17 17
18 #include "gsm_efr.h"
18 #include "typedef.h" 19 #include "typedef.h"
20 #include "namespace.h"
19 #include "basic_op.h" 21 #include "basic_op.h"
20 #include "oper_32b.h" 22 #include "oper_32b.h"
21 #include "count.h" 23 #include "no_count.h"
22 #include "sig_proc.h" 24 #include "sig_proc.h"
25 #include "codec.h"
23 26
24 Word16 G_pitch ( /* (o) : Gain of pitch lag saturated to 1.2 */ 27 Word16 G_pitch ( /* (o) : Gain of pitch lag saturated to 1.2 */
25 Word16 xn[], /* (i) : Pitch target. */ 28 Word16 xn[], /* (i) : Pitch target. */
26 Word16 y1[], /* (i) : Filtered adaptive codebook. */ 29 Word16 y1[], /* (i) : Filtered adaptive codebook. */
27 Word16 L_subfr /* : Length of subframe. */ 30 Word16 L_subfr /* : Length of subframe. */