FreeCalypso > hg > gsm-codec-lib
annotate libtwamr/lsp_tab.h @ 602:72cdae602d6e
libgsmhr1/dec_func.c: rm unused static functions
In the original code, sp_dec.c held two kinds of functions: those
needed only as part of the decoder, and those used by both decoder
and encoder engines. In this library, we have moved the latter
class of functions to dec_func.c module. Almost all static functions
from the original sp_dec.c, with the exception of aToRc(), are
needed only on sp_dec.c side of the new divide - remove them from
dec_func.c, where they became dead code.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 04 Dec 2025 18:58:22 +0000 |
| parents | 7818f466a639 |
| children |
| rev | line source |
|---|---|
|
255
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* |
|
387
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
2 * This header file holds the extern declaration for the table in lsp_tab.c, |
|
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
3 * previously static in lsp.tab include file, but now with intermodule linkage. |
|
255
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 */ |
|
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
|
387
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
6 #ifndef lsp_tab_h |
|
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
7 #define lsp_tab_h |
|
255
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
|
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 #include "typedef.h" |
|
387
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
10 #include "cnst.h" |
|
255
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
|
387
7818f466a639
libtwamr: integrate lsp.tab
Mychaela Falconia <falcon@freecalypso.org>
parents:
255
diff
changeset
|
12 extern const Word16 lsp_init_data[M]; |
|
255
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 |
|
07f936338de1
libtwamr: integrated up to b_cn_cod.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 #endif |
