Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_ps_dec.c457 WORD32 peak_diff, nrg; in ixheaacd_decorrelation_dec() local
569 peak_diff = ixheaacd_add32_sat( in ixheaacd_decorrelation_dec()
576 ptr_ps_dec->peak_decay_diff_prev[bin] = peak_diff; in ixheaacd_decorrelation_dec()
583 peak_diff = ixheaacd_add32_sat(peak_diff, (peak_diff >> 1)); in ixheaacd_decorrelation_dec()
585 if (peak_diff <= nrg) { in ixheaacd_decorrelation_dec()
589 ixheaacd_extract16l((*ixheaacd_divide16_pos)(nrg, peak_diff)); in ixheaacd_decorrelation_dec()