Home
last modified time | relevance | path

Searched refs:L_FILT (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_rom.h139 #define L_FILT 12 /* Delay of up-sampling filter */ macro
141 extern const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT];
Dusacdec_const.h150 #define L_FILT 12 /* Delay of up-sampling filter (bass post-filter) */ macro
Dusacdec_lpd.cpp160 noise_buf[L_FILT + (2 * L_SUBFR)]; // L_FILT = 12, L_SUBFR = 64 => 140 in bass_pf_1sf_delay()
164 noise = noise_buf + L_FILT; // L_FILT = 12 delay of upsampling filter in bass_pf_1sf_delay()
165 noise_in = noise_buf + L_FILT + L_SUBFR; in bass_pf_1sf_delay()
167 scaleValues(mem_bpf, (L_FILT + L_SUBFR), 1); in bass_pf_1sf_delay()
367 FDKmemcpy(noise_buf, mem_bpf, (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay()
370 (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay()
378 fdk_dec_filt_lp, aacOutDataHeadroom, L_SUBFR, L_FILT); in bass_pf_1sf_delay()
389 scaleValues(mem_bpf, (L_FILT + L_SUBFR), -1); in bass_pf_1sf_delay()
Dchannelinfo.h214 FIXP_DBL mem_bpf[L_FILT + L_SUBFR];
Dusacdec_rom.cpp1288 const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT] = {