From f32b7748dddf0146e66af2120ac2cb6bcd363ae8 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sat, 10 Nov 2007 01:26:21 +0000 Subject: Remove unneeded file from SOURCES and partial SVN sync. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15551 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/nb_celp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/codecs/libspeex/nb_celp.h') diff --git a/apps/codecs/libspeex/nb_celp.h b/apps/codecs/libspeex/nb_celp.h index 805c43c950..28ee9325a1 100644 --- a/apps/codecs/libspeex/nb_celp.h +++ b/apps/codecs/libspeex/nb_celp.h @@ -64,10 +64,6 @@ typedef struct EncState { int ol_voiced; /**< Open-loop voiced/non-voiced decision */ int *pitch; -#ifdef EPIC_48K - int lbr_48k; -#endif - #ifdef VORBIS_PSYCHO VorbisPsy *psy; float *psy_window; @@ -134,10 +130,6 @@ typedef struct DecState { int max_pitch; /**< Maximum pitch value allowed */ spx_int32_t sampling_rate; -#ifdef EPIC_48K - int lbr_48k; -#endif - spx_word16_t last_ol_gain; /**< Open-loop gain for previous frame */ char *stack; /**< Pseudo-stack allocation for temporary memory */ -- cgit v1.2.3