Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c105 const FLOAT32 *smooth_filt; in ixheaacd_sbr_env_calc() local
255 smooth_filt = *ixheaacd_fir_table[smooth_length]; in ixheaacd_sbr_env_calc()
518 sb_gain += (*e_gain)[n][k] * smooth_filt[c]; in ixheaacd_sbr_env_calc()
519 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc()
574 smooth_filt = *ixheaacd_fir_table[smooth_length]; in ixheaacd_sbr_env_calc()
693 sb_gain += (*e_gain)[n][k] * smooth_filt[c]; in ixheaacd_sbr_env_calc()
694 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc()