Go to the source code of this file.
|
| MP3DecInfo * | fl::third_party::AllocateBuffers (void) FL_NOEXCEPT |
| |
| int | fl::third_party::CheckPadBit (MP3DecInfo *mp3DecInfo) FL_NOEXCEPT |
| |
| int | fl::third_party::DecodeHuffman (MP3DecInfo *mp3DecInfo, const unsigned char *buf, int *bitOffset, int huffBlockBits, int gr, int ch) FL_NOEXCEPT |
| |
| int | fl::third_party::Dequantize (MP3DecInfo *mp3DecInfo, int gr) FL_NOEXCEPT |
| |
| void | fl::third_party::FreeBuffers (MP3DecInfo *mp3DecInfo) FL_NOEXCEPT |
| |
| int | fl::third_party::IMDCT (MP3DecInfo *mp3DecInfo, int gr, int ch) FL_NOEXCEPT |
| |
| int | fl::third_party::Subband (MP3DecInfo *mp3DecInfo, short *pcmBuf) FL_NOEXCEPT |
| |
| int | fl::third_party::UnpackFrameHeader (MP3DecInfo *mp3DecInfo, const unsigned char *buf) FL_NOEXCEPT |
| |
| int | fl::third_party::UnpackScaleFactors (MP3DecInfo *mp3DecInfo, const unsigned char *buf, int *bitOffset, int bitsAvail, int gr, int ch) FL_NOEXCEPT |
| |
| int | fl::third_party::UnpackSideInfo (MP3DecInfo *mp3DecInfo, const unsigned char *buf) FL_NOEXCEPT |
| |
◆ _MP3DecInfo
| Class Members |
|
int |
bitrate |
|
|
void * |
DequantInfoPS |
|
|
void * |
FrameHeaderPS |
|
|
int |
freeBitrateFlag |
|
|
int |
freeBitrateSlots |
|
|
void * |
HuffmanInfoPS |
|
|
void * |
IMDCTInfoPS |
|
|
int |
layer |
|
|
unsigned char |
mainBuf[MAINBUF_SIZE] |
|
|
int |
mainDataBegin |
|
|
int |
mainDataBytes |
|
|
int |
nChans |
|
|
int |
nGrans |
|
|
int |
nGranSamps |
|
|
int |
nSlots |
|
|
int |
part23Length[MAX_NGRAN][MAX_NCHAN] |
|
|
int |
samprate |
|
|
void * |
ScaleFactorInfoPS |
|
|
void * |
SideInfoPS |
|
|
void * |
SubbandInfoPS |
|
|
MPEGVersion |
version |
|
◆ fl::third_party::_SFBandTable
| struct fl::third_party::_SFBandTable |
| Class Members |
|
short |
l[23] |
|
|
short |
s[14] |
|