[xiph-commits] r14111 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu Nov 8 00:54:05 PST 2007
Author: jm
Date: 2007-11-08 00:54:04 -0800 (Thu, 08 Nov 2007)
New Revision: 14111
Modified:
trunk/speex/libspeex/sb_celp.c
trunk/speex/libspeex/sb_celp.h
Log:
sb_celp: field bufSize was no longer used, so it's now removed
Modified: trunk/speex/libspeex/sb_celp.c
===================================================================
--- trunk/speex/libspeex/sb_celp.c 2007-11-08 08:51:07 UTC (rev 14110)
+++ trunk/speex/libspeex/sb_celp.c 2007-11-08 08:54:04 UTC (rev 14111)
@@ -214,7 +214,6 @@
st->nbSubframes = mode->frameSize/mode->subframeSize;
st->windowSize = st->frame_size+st->subframeSize;
st->lpcSize=mode->lpcSize;
- st->bufSize=mode->bufSize;
st->encode_submode = 1;
st->submodes=mode->submodes;
Modified: trunk/speex/libspeex/sb_celp.h
===================================================================
--- trunk/speex/libspeex/sb_celp.h 2007-11-08 08:51:07 UTC (rev 14110)
+++ trunk/speex/libspeex/sb_celp.h 2007-11-08 08:54:04 UTC (rev 14111)
@@ -50,7 +50,6 @@
int nbSubframes; /**< Number of high-band sub-frames*/
int windowSize; /**< Length of high-band LPC window*/
int lpcSize; /**< Order of high-band LPC analysis */
- int bufSize; /**< Buffer size */
int first; /**< First frame? */
float lag_factor; /**< Lag-windowing control parameter */
spx_word16_t lpc_floor; /**< Controls LPC analysis noise floor */
More information about the commits
mailing list