#include "coder.h"
#include "assembly.h"
Go to the source code of this file.
|
| void | MidSideProc (int x[MAX_NCHAN][MAX_NSAMP], int nSamps, int mOut[2]) |
| |
| void | IntensityProcMPEG1 (int x[MAX_NCHAN][MAX_NSAMP], int nSamps, FrameHeader *fh, ScaleFactorInfoSub *sfis, CriticalBandInfo *cbi, int midSideFlag, int mixFlag, int mOut[2]) |
| |
| void | IntensityProcMPEG2 (int x[MAX_NCHAN][MAX_NSAMP], int nSamps, FrameHeader *fh, ScaleFactorInfoSub *sfis, CriticalBandInfo *cbi, ScaleFactorJS *sfjs, int midSideFlag, int mixFlag, int mOut[2]) |
| |
◆ IntensityProcMPEG1()
◆ IntensityProcMPEG2()
◆ MidSideProc()
| void MidSideProc |
( |
int | x[MAX_NCHAN][MAX_NSAMP], |
|
|
int | nSamps, |
|
|
int | mOut[2] ) |