Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_thumb_ps_dec.c128 ixheaacd_scale_int_vec_left(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS, in ixheaacd_scale_ps_states()
165 ixheaacd_scale_int_vec_right(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS, in ixheaacd_scale_ps_states()
Dixheaacd_ps_dec.c563 ptr_ps_dec->peak_decay_diff[bin] = ixheaacd_mult32x16in32_shl( in ixheaacd_decorrelation_dec()
564 ptr_ps_dec->peak_decay_diff[bin], PEAK_DECAYING_FACT); in ixheaacd_decorrelation_dec()
566 ptr_ps_dec->peak_decay_diff[bin] = in ixheaacd_decorrelation_dec()
567 ixheaacd_max32(ptr_ps_dec->peak_decay_diff[bin], power_buf[bin]); in ixheaacd_decorrelation_dec()
572 ((ixheaacd_sub32_sat(ptr_ps_dec->peak_decay_diff[bin], in ixheaacd_decorrelation_dec()
Dixheaacd_ps_dec.h60 WORD32 *peak_decay_diff; member
Dixheaacd_sbrdec_initfuncs.c908 ptr_ps_dec->peak_decay_diff = ptr2; in ixheaacd_create_psdec()
915 memset(ptr_ps_dec->peak_decay_diff, 0, 3 * sizeof(WORD32) * NUM_OF_BINS); in ixheaacd_create_psdec()