mss4, ra288: Remove unused DSPContext local codec context members

This commit is contained in:
Diego Biurrun 2013-02-09 00:09:54 +01:00
parent 5d3d39c72e
commit 8658e1c682
2 changed files with 0 additions and 2 deletions

View File

@ -126,7 +126,6 @@ static const uint8_t mss4_vec_entry_vlc_syms[2][9] = {
typedef struct MSS4Context { typedef struct MSS4Context {
AVFrame pic; AVFrame pic;
DSPContext dsp;
VLC dc_vlc[2], ac_vlc[2]; VLC dc_vlc[2], ac_vlc[2];
VLC vec_entry_vlc[2]; VLC vec_entry_vlc[2];

View File

@ -39,7 +39,6 @@
typedef struct { typedef struct {
AVFrame frame; AVFrame frame;
DSPContext dsp;
AVFloatDSPContext fdsp; AVFloatDSPContext fdsp;
DECLARE_ALIGNED(32, float, sp_lpc)[FFALIGN(36, 16)]; ///< LPC coefficients for speech data (spec: A) DECLARE_ALIGNED(32, float, sp_lpc)[FFALIGN(36, 16)]; ///< LPC coefficients for speech data (spec: A)
DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)]; ///< LPC coefficients for gain (spec: GB) DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)]; ///< LPC coefficients for gain (spec: GB)