Searched refs:FILTER_DELAY (Results 1 – 4 of 4) sorted by relevance
58 extern const FLOAT32 ixheaacd_fir_lp_filt[1 + FILTER_DELAY];173 ixheaacd_memset(st->bpf_prev, FILTER_DELAY + LEN_SUBFR); in ixheaacd_fix2flt_data()223 FLOAT32 noise_buf[FILTER_DELAY + (2 * LEN_SUBFR)], *noise_tmp1, *noise_tmp2, in ixheaacd_bass_post_filter()226 noise_tmp1 = noise_buf + FILTER_DELAY; in ixheaacd_bass_post_filter()227 noise_tmp2 = noise_buf + FILTER_DELAY + LEN_SUBFR; in ixheaacd_bass_post_filter()291 memcpy(noise_buf, bpf_prev, (FILTER_DELAY + LEN_SUBFR) * sizeof(FLOAT32)); in ixheaacd_bass_post_filter()293 (FILTER_DELAY + LEN_SUBFR) * sizeof(FLOAT32)); in ixheaacd_bass_post_filter()297 for (j = 1; j <= FILTER_DELAY; j++) { in ixheaacd_bass_post_filter()
387 const FLOAT32 ixheaacd_fir_lp_filt[1 + FILTER_DELAY] = {
43 #define FILTER_DELAY 12 macro
46 FLOAT32 bpf_prev[FILTER_DELAY + LEN_SUBFR];