Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpd.h180 FIXP_DBL mem_bpf[]);
Dusacdec_lpd.cpp147 FIXP_DBL mem_bpf[]) /* i/o : memory state [L_FILT+L_SUBFR] */ in bass_pf_1sf_delay() argument
161 scaleValues(mem_bpf, (L_FILT + L_SUBFR), 1); in bass_pf_1sf_delay()
356 FDKmemcpy(noise_buf, mem_bpf, (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay()
358 FDKmemcpy(mem_bpf, noise_buf + L_SUBFR, in bass_pf_1sf_delay()
378 scaleValues(mem_bpf, (L_FILT + L_SUBFR), -1); in bass_pf_1sf_delay()
1175 FDKmemclear(pAacDecoderStaticChannelInfo->mem_bpf, in CLpd_Reset()
1176 sizeof(pAacDecoderStaticChannelInfo->mem_bpf)); in CLpd_Reset()
2014 pTimeData, pAacDecoderStaticChannelInfo->mem_bpf); in CLpd_RenderTimeSignal()
Dchannelinfo.h214 FIXP_DBL mem_bpf[L_FILT + L_SUBFR]; member
Dblock.cpp1216 pAacDecoderStaticChannelInfo->mem_bpf); in CBlock_FrequencyToTime()