diff libgsmefr/d1035pf.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 d273a77d5523
children 6ad363f7ea30
line wrap: on
line diff
--- a/libgsmefr/d1035pf.c	Sat Nov 26 17:56:24 2022 +0000
+++ b/libgsmefr/d1035pf.c	Sat Nov 26 18:52:49 2022 +0000
@@ -22,8 +22,8 @@
 #define NB_TRACK  5             /* number of track */
 
 void dec_10i40_35bits (
-    Word16 index[],    /* (i)     : index of 10 pulses (sign+position)       */
-    Word16 cod[]       /* (o)     : algebraic (fixed) codebook excitation    */
+    const Word16 index[], /* (i)  : index of 10 pulses (sign+position)       */
+    Word16 cod[]          /* (o)  : algebraic (fixed) codebook excitation    */
 )
 {
     static const Word16 dgray[8] = {0, 1, 3, 2, 5, 6, 4, 7};