|
| int STATNAME() | GetSampRateIdx (int sampRate) |
| |
| int STATNAME() | UnpackSBRHeader (BitStreamInfo *bsi, SBRHeader *sbrHdr) |
| |
| static void | UnpackSBRGrid (BitStreamInfo *bsi, SBRHeader *sbrHdr, SBRGrid *sbrGrid) |
| |
| static void | UnpackDeltaTimeFreq (BitStreamInfo *bsi, int numEnv, unsigned char *deltaFlagEnv, int numNoiseFloors, unsigned char *deltaFlagNoise) |
| |
| static void | UnpackInverseFilterMode (BitStreamInfo *bsi, int numNoiseFloorBands, unsigned char *mode) |
| |
| static void | UnpackSinusoids (BitStreamInfo *bsi, int nHigh, int addHarmonicFlag, unsigned char *addHarmonic) |
| |
| static void | CopyCouplingGrid (SBRGrid *sbrGridLeft, SBRGrid *sbrGridRight) |
| |
| static void | CopyCouplingInverseFilterMode (int numNoiseFloorBands, unsigned char *modeLeft, unsigned char *modeRight) |
| |
| void STATNAME() | UnpackSBRSingleChannel (BitStreamInfo *bsi, PSInfoSBR *psi, int chBase) |
| |
| void STATNAME() | UnpackSBRChannelPair (BitStreamInfo *bsi, PSInfoSBR *psi, int chBase) |
| |