diff libgsmefr/pitch_f6.c @ 81:e0e53bfe1a8a

libgsmefr: pitch_f6.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 07:06:02 +0000
parents 49dd1ac8e75b
children d714168fb6dc
line wrap: on
line diff
--- a/libgsmefr/pitch_f6.c	Sat Nov 26 07:01:58 2022 +0000
+++ b/libgsmefr/pitch_f6.c	Sat Nov 26 07:06:02 2022 +0000
@@ -14,10 +14,12 @@
  *
  *************************************************************************/
 
+#include "gsm_efr.h"
 #include "typedef.h"
+#include "namespace.h"
 #include "basic_op.h"
 #include "oper_32b.h"
-#include "count.h"
+#include "no_count.h"
 #include "sig_proc.h"
 #include "codec.h"
 
@@ -27,8 +29,8 @@
 
  /* Local functions */
 
-void Norm_Corr (Word16 exc[], Word16 xn[], Word16 h[], Word16 L_subfr,
-                Word16 t_min, Word16 t_max, Word16 corr_norm[]);
+static void Norm_Corr (Word16 exc[], Word16 xn[], Word16 h[], Word16 L_subfr,
+                       Word16 t_min, Word16 t_max, Word16 corr_norm[]);
 
 Word16 Pitch_fr6 (    /* (o)     : pitch period.                          */
     Word16 exc[],     /* (i)     : excitation buffer                      */
@@ -130,7 +132,7 @@
  *
  *************************************************************************/
 
-void 
+static void
 Norm_Corr (Word16 exc[], Word16 xn[], Word16 h[], Word16 L_subfr,
            Word16 t_min, Word16 t_max, Word16 corr_norm[])
 {