Searched refs:L_FILT (Results 1 – 5 of 5) sorted by relevance
139 #define L_FILT 12 /* Delay of up-sampling filter */ macro141 extern const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT];
150 #define L_FILT 12 /* Delay of up-sampling filter (bass post-filter) */ macro
154 noise_buf[L_FILT + (2 * L_SUBFR)]; // L_FILT = 12, L_SUBFR = 64 => 140 in bass_pf_1sf_delay()158 noise = noise_buf + L_FILT; // L_FILT = 12 delay of upsampling filter in bass_pf_1sf_delay()159 noise_in = noise_buf + L_FILT + L_SUBFR; in bass_pf_1sf_delay()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()359 (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay()367 fdk_dec_filt_lp, L_SUBFR, L_FILT); in bass_pf_1sf_delay()378 scaleValues(mem_bpf, (L_FILT + L_SUBFR), -1); in bass_pf_1sf_delay()
214 FIXP_DBL mem_bpf[L_FILT + L_SUBFR];
1288 const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT] = {