FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/az_lsp.c @ 56:902bc4b64cc6
libgsmefr: az_lsp.c compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 25 Nov 2022 17:15:08 +0000 |
| parents | 49dd1ac8e75b |
| children | a4d1615e2aa4 |
line wrap: on
line diff
--- a/libgsmefr/az_lsp.c Fri Nov 25 16:38:54 2022 +0000 +++ b/libgsmefr/az_lsp.c Fri Nov 25 17:15:08 2022 +0000 @@ -22,11 +22,14 @@ * ***********************************************************************/ +#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 "cnst.h" +#include "sig_proc.h" #include "grid.tab" @@ -97,8 +100,8 @@ j = 0; test (); test (); - /* while ( (nf < M) && (j < grid_points) ) */ - while ((sub (nf, M) < 0) && (sub (j, grid_points) < 0)) + while ( (nf < M) && (j < grid_points) ) + /* while ((sub (nf, M) < 0) && (sub (j, grid_points) < 0)) */ { j++; xhigh = xlow; move16 ();
