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

/external/aac/libAACdec/src/
H A Dstereo.cpp109 const int scaleFactorBandsTransmitted,
117 FDKmemclear(pJointStereoData->MsUsed, scaleFactorBandsTransmitted*sizeof(UCHAR));
129 for (band=0; band<scaleFactorBandsTransmitted; band++)
138 for (band=0; band<scaleFactorBandsTransmitted; band++)
158 int window, group, scaleFactorBandsTransmitted; local
161 scaleFactorBandsTransmitted = scaleFactorBandsTransmittedL;
176 for (band=0; band<scaleFactorBandsTransmitted; band++)
226 const int scaleFactorBandsTransmitted,
251 for (band=0; band<scaleFactorBandsTransmitted; band++)
105 CJointStereo_Read( HANDLE_FDK_BITSTREAM bs, CJointStereoData *pJointStereoData, const int windowGroups, const int scaleFactorBandsTransmitted, const UINT flags ) 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 207 milliseconds