Home
last modified time | relevance | path

Searched refs:lDiv (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1570 int lDiv = lFrame / nbDiv; /* length of division (acelp or tcx20 frame)*/ in CLpd_RenderTimeSignal() local
1571 int lFac = lDiv / 2; in CLpd_RenderTimeSignal()
1785 synth + aacDelay + k * lDiv, last_lpd_mode, in CLpd_RenderTimeSignal()
1810 pAacDecoderStaticChannelInfo->IMdct.ov_offset += lDiv; in CLpd_RenderTimeSignal()
1817 nrSamples += lDiv; in CLpd_RenderTimeSignal()
1894 FDKgetWindowSlope(lDiv, in CLpd_RenderTimeSignal()
1896 lDiv, pAacDecoderChannelInfo->data.usac.lp_coeff[k], in CLpd_RenderTimeSignal()
1918 int fl = lDiv; in CLpd_RenderTimeSignal()
1919 int fr = lDiv; in CLpd_RenderTimeSignal()
2024 mod[nbDiv - 1] ? (SynDelay - (lDiv / 2)) : SynDelay, in CLpd_RenderTimeSignal()
Dusacdec_acelp.cpp960 int lDiv = coreCoderFrameLength / NB_DIV; in CLpd_TcxTDConceal() local
982 for (i = 0; i < lDiv; i++) { in CLpd_TcxTDConceal()
994 for (i_subfr = 0, subfr_nr = 0; i_subfr < lDiv; in CLpd_TcxTDConceal()
1001 int_lpc_acelp(lsp_old, lsp_new, subfr_nr, lDiv / L_SUBFR, A, &A_exp); in CLpd_TcxTDConceal()
1040 FDKmemcpy(acelp_mem->old_exc_mem, exc + lDiv - (PIT_MAX_MAX + L_INTERPOL), in CLpd_TcxTDConceal()
1042 FDKmemcpy(acelp_mem->old_syn_mem, syn_buf + lDiv, in CLpd_TcxTDConceal()