资 源 简 介
mp3dec.h - The main header file defining the structures and functions in the decoder
mp3dec.c - The main source file, including the main loop and most decoding functions
mp3dec_D.h - The windowing function data
huff.c - The huffman decoder (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac)
huffman.h - Tablefile for the huffman decoder
fastimdct.c - The optimized IMDCT transform
fastsb.c - The optimized "polyphase subband transform", really another IMDCT
windowing.c - The output filtering function -mp3dec.h- The main header file defining the structures and
functions in the decoder mp3dec.c- The main source file, including
the main loop and most decoding functions mp3dec_D.h- The windowing
function data huff.c- The huffman decoder (speed-up ideas in this
were borrowed from Amp by Tomislav Uzelac) huffman.h- Tablefile for
the huffman decoder fastimdct.c- The optimized IMDCT transform
fastsb.c- The optimized "polyphase subband transform", really a