Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c298 FLOAT32 st3_h = pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0]; in impd_apply_low_high_filter() local
318 output_high[i] = b0_h * tmp + st3_h; in impd_apply_low_high_filter()
319 st3_h = b1_h * tmp - a1_h * output_high[i] + st4_h; in impd_apply_low_high_filter()
329 pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_h; in impd_apply_low_high_filter()