FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/q_plsf_5.c @ 118:cc08498ed21b
libgsmefr: factor out q_plsf_5 tables into their own C module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 10 Dec 2022 01:28:05 +0000 |
parents | 77803ce2cc22 |
children | 72cf52ba91f8 |
line wrap: on
line diff
--- a/libgsmefr/q_plsf_5.c Wed Nov 30 23:12:15 2022 +0000 +++ b/libgsmefr/q_plsf_5.c Sat Dec 10 01:28:05 2022 +0000 @@ -37,6 +37,8 @@ #include "dtx.h" #include "enc_state.h" +#include "q_plsf5_tab.h" /* Codebooks of LSF prediction residual */ + /* Locals functions */ static void Lsf_wt ( @@ -73,8 +75,6 @@ #define LSF_GAP 205 #define PRED_FAC 21299 -#include "q_plsf_5.tab" /* Codebooks of LSF prediction residual */ - void Q_plsf_5 ( struct EFR_encoder_state *st, Word16 *lsp1, /* input : 1st LSP vector */