Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_avq_rom.c387 const FLOAT32 ixheaacd_fir_lp_filt[1 + FILTER_DELAY] = { variable
Dixheaacd_lpc.c58 extern const FLOAT32 ixheaacd_fir_lp_filt[1 + FILTER_DELAY];
284 tmp = ixheaacd_fir_lp_filt[0] * noise_tmp1[i]; in ixheaacd_bass_post_filter()
287 ixheaacd_fir_lp_filt[j] * (noise_tmp1[i - j] + noise_tmp1[i + j]); in ixheaacd_bass_post_filter()