FreeCalypso > hg > gsm-codec-lib
diff libtwamr/window.h @ 255:07f936338de1
libtwamr: integrated up to b_cn_cod.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Apr 2024 17:31:49 +0000 |
parents | |
children | 7818f466a639 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libtwamr/window.h Fri Apr 05 17:31:49 2024 +0000 @@ -0,0 +1,16 @@ +/* + * 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" + +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