Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c297 FLOAT32 st2_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1]; in impd_apply_low_high_filter() local
315 st1_h = b1_h * tmp1 - a1_h * tmp + st2_h; in impd_apply_low_high_filter()
316 st2_h = b2_h * tmp1 - a2_h * tmp; in impd_apply_low_high_filter()
328 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_h; in impd_apply_low_high_filter()