HomeSort by relevance Sort by last modified time
    Searched refs:peak_decay_diff (Results 1 - 4 of 4) sorted by null

  /external/libxaac/decoder/
ixheaacd_thumb_ps_dec.c 128 ixheaacd_scale_int_vec_left(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS,
165 ixheaacd_scale_int_vec_right(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS,
ixheaacd_ps_dec.h 60 WORD32 *peak_decay_diff; member in struct:__anon26595
ixheaacd_ps_dec.c 563 ptr_ps_dec->peak_decay_diff[bin] = ixheaacd_mult32x16in32_shl(
564 ptr_ps_dec->peak_decay_diff[bin], PEAK_DECAYING_FACT);
566 ptr_ps_dec->peak_decay_diff[bin] =
567 ixheaacd_max32(ptr_ps_dec->peak_decay_diff[bin], power_buf[bin]);
572 ((ixheaacd_sub32_sat(ptr_ps_dec->peak_decay_diff[bin],
    [all...]
ixheaacd_sbrdec_initfuncs.c     [all...]

Completed in 397 milliseconds