#include "coder.h"
#include "fl/stl/stdint.h"
Go to the source code of this file.
|
| int | fl::third_party::UnpackScaleFactors (MP3DecInfo *mp3DecInfo, const unsigned char *buf, int *bitOffset, int bitsAvail, int gr, int ch) FL_NOEXCEPT |
| |
| static void | fl::third_party::UnpackSFMPEG1 (BitStreamInfo *bsi, SideInfoSub *sis, ScaleFactorInfoSub *sfis, int32_t *scfsi, int gr, ScaleFactorInfoSub *sfisGr0) FL_NOEXCEPT |
| |
| static void | fl::third_party::UnpackSFMPEG2 (BitStreamInfo *bsi, SideInfoSub *sis, ScaleFactorInfoSub *sfis, int gr, int ch, int modeExt, ScaleFactorJS *sfjs) FL_NOEXCEPT |
| |