Searched refs:IMdct (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 1740 &pAacDecoderStaticChannelInfo->IMdct, synth + nrSamples, pFacData, in CLpd_RenderTimeSignal() 1753 synth + nrSamples, pAacDecoderStaticChannelInfo->IMdct.overlap.time, in CLpd_RenderTimeSignal() 1754 pAacDecoderStaticChannelInfo->IMdct.ov_offset * sizeof(FIXP_DBL)); in CLpd_RenderTimeSignal() 1782 if (k == 0 && pAacDecoderStaticChannelInfo->IMdct.ov_offset != in CLpd_RenderTimeSignal() 1784 pAacDecoderStaticChannelInfo->IMdct.ov_offset = lFrame / facFB / 2; in CLpd_RenderTimeSignal() 1786 nrSamples += imdct_drain(&pAacDecoderStaticChannelInfo->IMdct, in CLpd_RenderTimeSignal() 1795 acelp_out = pAacDecoderStaticChannelInfo->IMdct.overlap.time + in CLpd_RenderTimeSignal() 1796 pAacDecoderStaticChannelInfo->IMdct.ov_offset; in CLpd_RenderTimeSignal() 1799 pAacDecoderStaticChannelInfo->IMdct.ov_offset += lDiv; in CLpd_RenderTimeSignal() 1875 &pAacDecoderStaticChannelInfo->IMdct, synth + nrSamples, in CLpd_RenderTimeSignal() [all …]
|
D | block.cpp | 1046 if (pAacDecoderStaticChannelInfo->IMdct.prev_tl == 0) { in CBlock_FrequencyToTime() 1135 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime() 1154 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime() 1226 imlt_block(&pAacDecoderStaticChannelInfo->IMdct, tmp, in CBlock_FrequencyToTime()
|
D | channelinfo.h | 204 mdct_t IMdct; member
|
D | aacdecoder.cpp | 2317 mdct_init(&self->pAacDecoderStaticChannelInfo[ch]->IMdct, in CAacDecoder_Init()
|