Home
last modified time | relevance | path

Searched refs:IMdct (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1751 &pAacDecoderStaticChannelInfo->IMdct, synth + nrSamples, pFacData, in CLpd_RenderTimeSignal()
1764 synth + nrSamples, pAacDecoderStaticChannelInfo->IMdct.overlap.time, in CLpd_RenderTimeSignal()
1765 pAacDecoderStaticChannelInfo->IMdct.ov_offset * sizeof(FIXP_DBL)); in CLpd_RenderTimeSignal()
1793 if (k == 0 && pAacDecoderStaticChannelInfo->IMdct.ov_offset != in CLpd_RenderTimeSignal()
1795 pAacDecoderStaticChannelInfo->IMdct.ov_offset = lFrame / facFB / 2; in CLpd_RenderTimeSignal()
1797 nrSamples += imdct_drain(&pAacDecoderStaticChannelInfo->IMdct, in CLpd_RenderTimeSignal()
1806 acelp_out = pAacDecoderStaticChannelInfo->IMdct.overlap.time + in CLpd_RenderTimeSignal()
1807 pAacDecoderStaticChannelInfo->IMdct.ov_offset; in CLpd_RenderTimeSignal()
1810 pAacDecoderStaticChannelInfo->IMdct.ov_offset += lDiv; in CLpd_RenderTimeSignal()
1886 &pAacDecoderStaticChannelInfo->IMdct, synth + nrSamples, in CLpd_RenderTimeSignal()
[all …]
Dblock.cpp1046 if (pAacDecoderStaticChannelInfo->IMdct.prev_tl == 0) { in CBlock_FrequencyToTime()
1135 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime()
1154 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime()
1227 imlt_block(&pAacDecoderStaticChannelInfo->IMdct, tmp, in CBlock_FrequencyToTime()
Dchannelinfo.h204 mdct_t IMdct; member
Daacdecoder.cpp2446 mdct_init(&self->pAacDecoderStaticChannelInfo[ch]->IMdct, in CAacDecoder_Init()