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

/external/aac/libAACdec/src/
H A Dstereo.cpp108 const int windowGroups,
127 for (group=0; group<windowGroups; group++)
152 const int windowGroups,
162 for (window = 0, group = 0; group < windowGroups; group++)
225 const int windowGroups,
232 for (int window=0,group=0; group<windowGroups; group++)
105 CJointStereo_Read( HANDLE_FDK_BITSTREAM bs, CJointStereoData *pJointStereoData, const int windowGroups, const int scaleFactorBandsTransmitted, const UINT flags ) argument
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 64 milliseconds