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

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

Completed in 154 milliseconds