Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpc.c223 FLOAT32 noise_buf[FILTER_DELAY + (2 * LEN_SUBFR)], *noise_tmp1, *noise_tmp2, in ixheaacd_bass_post_filter() local
226 noise_tmp1 = noise_buf + FILTER_DELAY; in ixheaacd_bass_post_filter()
296 tmp = ixheaacd_fir_lp_filt[0] * noise_tmp1[i]; in ixheaacd_bass_post_filter()
299 ixheaacd_fir_lp_filt[j] * (noise_tmp1[i - j] + noise_tmp1[i + j]); in ixheaacd_bass_post_filter()