Searched defs:pScaleFactorBandOffsets (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Dpulsedata.cpp141 const short *pScaleFactorBandOffsets, /*!< pointer to scalefactor band offsets */
148 k = pScaleFactorBandOffsets[PulseData->PulseStartBand];
140 CPulseData_Apply(CPulseData *PulseData, const short *pScaleFactorBandOffsets, FIXP_DBL *coef) argument
H A Dstereo.cpp150 const SHORT *pScaleFactorBandOffsets,
198 for (int index=pScaleFactorBandOffsets[band]; index<pScaleFactorBandOffsets[band+1]; index++)
223 const SHORT *pScaleFactorBandOffsets,
289 for (int index=pScaleFactorBandOffsets[band]; index<pScaleFactorBandOffsets[band+1]; index++)
148 CJointStereo_ApplyMS( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], const SHORT *pScaleFactorBandOffsets, const UCHAR *pWindowGroupLength, const int windowGroups, const int scaleFactorBandsTransmittedL, const int scaleFactorBandsTransmittedR ) argument
221 CJointStereo_ApplyIS( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], const SHORT *pScaleFactorBandOffsets, const UCHAR *pWindowGroupLength, const int windowGroups, const int scaleFactorBandsTransmitted, const UINT CommonWindow ) argument

Completed in 75 milliseconds