mpc7: remove duplicated definitions

They are available in mpc.h

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-08-06 01:33:37 +00:00
parent 7bf16ec300
commit 9c1619b5fe
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@
#include "mpc.h"
#include "mpc7data.h"
#define BANDS 32
#define SAMPLES_PER_BAND 36
#define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)
static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2];
static const uint16_t quant_offsets[MPC7_QUANT_VLC_TABLES*2 + 1] =