tabinit.c File Reference

#include <config.h>
#include <stdlib.h>
#include "tabinit.h"
#include "mpg123.h"

Include dependency graph for tabinit.c:

Go to the source code of this file.

Functions

void make_decode_tables (long scaleval)

Variables

real decwin [512+32]
static real cos64 [16]
static real cos32 [8]
static real cos16 [4]
static real cos8 [2]
static real cos4 [1]
real * pnts [] = { cos64,cos32,cos16,cos8,cos4 }
static const double dewin [512]


Function Documentation

void make_decode_tables ( long  scaleval  ) 

Definition at line 87 of file tabinit.c.

References costab, decwin, dewin, i, pnts, and real.

Referenced by InitMP3().


Variable Documentation

real cos16[4] [static]

Definition at line 16 of file tabinit.c.

real cos32[8] [static]

Definition at line 16 of file tabinit.c.

real cos4[1] [static]

Definition at line 16 of file tabinit.c.

real cos64[16] [static]

Definition at line 16 of file tabinit.c.

real cos8[2] [static]

Definition at line 16 of file tabinit.c.

real decwin[512+32]

Definition at line 15 of file tabinit.c.

Referenced by make_decode_tables().

const double dewin[512] [static]

Definition at line 19 of file tabinit.c.

Referenced by make_decode_tables().

real* pnts[] = { cos64,cos32,cos16,cos8,cos4 }

Definition at line 17 of file tabinit.c.

Referenced by dct64_1(), and make_decode_tables().


Generated on Sun Dec 2 11:37:45 2007 for LAME by  doxygen 1.5.2