diff libgsmefr/dec_12k2.c @ 94:d80e9f12a1d1

libgsmefr: decoder main function put together
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 18:52:49 +0000
parents cb080ec1817e
children 7dd6336e15b2
line wrap: on
line diff
--- a/libgsmefr/dec_12k2.c	Sat Nov 26 17:56:24 2022 +0000
+++ b/libgsmefr/dec_12k2.c	Sat Nov 26 18:52:49 2022 +0000
@@ -91,10 +91,10 @@
 
 void Decoder_12k2 (
     struct EFR_decoder_state *st,
-    Word16 bfi,    /* input : Bad Frame Indication              */
-    Word16 parm[], /* input : vector of synthesis parameters    */
-    Word16 synth[],/* output: synthesis speech                  */
-    Word16 A_t[],  /* output: decoded LP filter in 4 subframes  */
+    Word16 bfi,          /* input : Bad Frame Indication              */
+    const Word16 parm[], /* input : vector of synthesis parameters    */
+    Word16 synth[],      /* output: synthesis speech                  */
+    Word16 A_t[],        /* output: decoded LP filter in 4 subframes  */
     Word16 TAF,
     Word16 SID_flag
 )