Home | History | Annotate | Download | only in src

Lines Matching refs:aac

3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
18 Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
22 these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
25 Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
39 You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
45 You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
49 and the date of any change. For modified versions of the FDK AAC Codec, the term
50 "Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
51 "Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
59 You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
64 This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
76 Attention: Audio and Multimedia Departments - FDK AAC LL
84 /***************************** MPEG-4 AAC Decoder **************************
93 \page default General Overview of the AAC Decoder Implementation
95 The main entry point to decode a AAC frame is CAacDecoder_DecodeFrame(). It handles the different
468 \self Handle of AAC decoder
712 \param bsFormat is the format of the AAC bitstream
769 /* Destroy aac decoder */
824 // leave profile on default (=-1) for all other supported MPEG-4 aot's except aot=2 (=AAC-LC)
1024 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
1033 HcrInitRom(&self->aacCommonData.overlay.aac.erHcrInfo);
1034 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, ID_SCE);
1194 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, type);
1224 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData,
1327 /* Assume AAC-LC */
1331 CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData);
1581 /* More AAC channels than specified by the ASC not allowed. */