Searched refs:mem_bpf (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpd.h | 180 FIXP_DBL mem_bpf[]);
|
D | usacdec_lpd.cpp | 147 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()
|
D | channelinfo.h | 214 FIXP_DBL mem_bpf[L_FILT + L_SUBFR]; member
|
D | block.cpp | 1216 pAacDecoderStaticChannelInfo->mem_bpf); in CBlock_FrequencyToTime()
|