Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c286 FLOAT32 st2_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1]; in impd_apply_low_high_filter() local
307 st1_l = b1_l * tmp1 - a1_l * tmp + st2_l; in impd_apply_low_high_filter()
308 st2_l = b2_l * tmp1 - a2_l * tmp; in impd_apply_low_high_filter()
323 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_l; in impd_apply_low_high_filter()