FreeCalypso > hg > gsm-codec-lib
diff libtwamr/namespace.h @ 253:54f6bc41ed10
libtwamr: integrate a* modules
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Apr 2024 06:08:15 +0000 |
parents | 57b4053559ff |
children | f931e704adc5 |
line wrap: on
line diff
--- a/libtwamr/namespace.h Fri Apr 05 01:02:23 2024 +0000 +++ b/libtwamr/namespace.h Fri Apr 05 06:08:15 2024 +0000 @@ -58,4 +58,14 @@ #define Log2 AMR__Log2 #define Pow2 AMR__Pow2 +#define A_Refl AMR__A_Refl +#define Autocorr AMR__Autocorr +#define Az_lsp AMR__Az_lsp + +#define agc_init AMR__agc_init +#define agc_reset AMR__agc_reset +#define agc_exit AMR__agc_exit +#define agc AMR__agc +#define agc2 AMR__agc2 + #endif /* include guard */