/external/aac/libFDK/include/ |
mdct.h | 169 * \param pGain pointer to the mantissa of a gain factor to be applied to IMDCT data. 170 * \param pExponent pointer to the exponent of a gain factor to be applied to IMDCT data. 171 * \param tl length of the IMDCT where the gain *pGain * (2 ^ *pExponent) will be applied to.
|
/external/tremolo/Tremolo/ |
mapping0.c | 257 //_analysis_output("imdct",seq+j,vb->pcm[j],-24,n,0,0);
|
/external/chromium_org/third_party/opus/src/celt/ |
celt_decoder.c | 255 /** Compute the IMDCT and apply window for all sub-frames and 280 /* IMDCT on the interleaved the sub-frames, overlap-add is performed by the IMDCT */ [all...] |
/external/libopus/celt/ |
celt_decoder.c | 255 /** Compute the IMDCT and apply window for all sub-frames and 280 /* IMDCT on the interleaved the sub-frames, overlap-add is performed by the IMDCT */ [all...] |
/external/aac/libAACdec/src/ |
block.cpp | 688 transitions. The adjustment is handled by the imdct implementation. 721 &pAacDecoderStaticChannelInfo->IMdct,
|
channelinfo.h | 191 mdct_t IMdct;
|
aacdecoder.cpp | [all...] |
/external/aac/libFDK/src/ |
mdct.cpp | 272 /* Include 2/N IMDCT gain into gain factor and exponent. */
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_reorder.cpp | 54 order, xr[subband][window][freq_line], prior to the IMDCT operation.
|
pvmp3_alias_reduction.cpp | 50 Alias reduction before processing by the IMDCT
|
pvmp3_imdct_synth.cpp | 52 and fed into the IMDCT matrix, each 18 into one transform block.
|
pvmp3_framedecoder.cpp | 457 * IMDCT
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-ietf-codec-opus.xml | [all...] |