FreeCalypso > hg > gsm-codec-lib
view libtwamr/window.h @ 624:fd35fd05bc8b
libgsmhr1/sp_frm.[ch]: constify some function arguments
Speech encoder main function calls filt4_2nd(), which in turn calls
iir_d(). A pointer comes from a "ROM" table, hence const.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 12 Mar 2026 03:53:21 +0000 |
| parents | 7818f466a639 |
| children |
line wrap: on
line source
/* * This header file holds extern declarations for the tables in window.c, * previously statics in window.tab include file, but now with intermodule * linkage. */ #ifndef window_h #define window_h #include "typedef.h" #include "cnst.h" extern const Word16 window_200_40[L_WINDOW]; extern const Word16 window_160_80[L_WINDOW]; extern const Word16 window_232_8[L_WINDOW]; #endif
