Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c296 FLOAT32 st1_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0]; in impd_apply_low_high_filter() local
314 tmp = b0_h * tmp1 + st1_h; in impd_apply_low_high_filter()
315 st1_h = b1_h * tmp1 - a1_h * tmp + st2_h; in impd_apply_low_high_filter()
327 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_h; in impd_apply_low_high_filter()