summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/sb_celp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/sb_celp.h')
-rw-r--r--apps/codecs/libspeex/sb_celp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/sb_celp.h b/apps/codecs/libspeex/sb_celp.h
index 1f9b4daae0..eaf76c94ab 100644
--- a/apps/codecs/libspeex/sb_celp.h
+++ b/apps/codecs/libspeex/sb_celp.h
@@ -50,7 +50,6 @@ typedef struct SBEncState {
50 int nbSubframes; /**< Number of high-band sub-frames*/ 50 int nbSubframes; /**< Number of high-band sub-frames*/
51 int windowSize; /**< Length of high-band LPC window*/ 51 int windowSize; /**< Length of high-band LPC window*/
52 int lpcSize; /**< Order of high-band LPC analysis */ 52 int lpcSize; /**< Order of high-band LPC analysis */
53 int bufSize; /**< Buffer size */
54 int first; /**< First frame? */ 53 int first; /**< First frame? */
55 float lag_factor; /**< Lag-windowing control parameter */ 54 float lag_factor; /**< Lag-windowing control parameter */
56 spx_word16_t lpc_floor; /**< Controls LPC analysis noise floor */ 55 spx_word16_t lpc_floor; /**< Controls LPC analysis noise floor */