Go to the source code of this file.
|
| static void | fl::third_party::AntiAlias (int32_t *x, int32_t nBfly) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::FreqInvertRescale (int32_t *y, int32_t *xPrev, int32_t blockIdx, int32_t es) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::HybridTransform (int32_t *xCurr, int32_t *xPrev, int32_t y[BLOCK_SIZE][NBANDS], SideInfoSub *sis, BlockCount *bc) FL_NOEXCEPT |
| |
| static __inline void | fl::third_party::idct9 (int32_t *x) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::IMDCT (MP3DecInfo *mp3DecInfo, int32_t gr, int32_t ch) FL_NOEXCEPT |
| |
| static __inline void | fl::third_party::imdct12 (int32_t *x, int32_t *out) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::IMDCT12x3 (int32_t *xCurr, int32_t *xPrev, int32_t *y, int32_t btPrev, int32_t blockIdx, int32_t gb) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::IMDCT36 (int32_t *xCurr, int32_t *xPrev, int32_t *y, int32_t btCurr, int32_t btPrev, int32_t blockIdx, int32_t gb) FL_NOEXCEPT |
| |
| static void | fl::third_party::WinPrevious (int32_t *xPrev, int32_t *xPrevWin, int32_t btPrev) FL_NOEXCEPT |
| |