Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c287 FLOAT32 st3_l = pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0]; in impd_apply_low_high_filter() local
310 output_low[i] = b0_l * tmp + st3_l; in impd_apply_low_high_filter()
311 st3_l = b1_l * tmp - a1_l * output_low[i] + st4_l; in impd_apply_low_high_filter()
324 pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_l; in impd_apply_low_high_filter()