mpegaudio: remove CONFIG_MPEGAUDIO_HP option

The low quality mode is off by default and never tested.  The high
quality mode is also plenty fast enough.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-05-09 12:40:37 +01:00
parent ed87375dd5
commit 6bb6fb05ba
7 changed files with 6 additions and 64 deletions

View File

@@ -38,6 +38,8 @@ static uint32_t expval_table[512][16];
static float exp_table_float[512];
static float expval_table_float[512][16];
#define FRAC_BITS 23
static void mpegaudio_tableinit(void)
{
int i, value, exponent;