Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c285 FLOAT32 st1_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0]; in impd_apply_low_high_filter() local
306 tmp = b0_l * tmp1 + st1_l; in impd_apply_low_high_filter()
307 st1_l = b1_l * tmp1 - a1_l * tmp + st2_l; in impd_apply_low_high_filter()
322 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_l; in impd_apply_low_high_filter()