Searched refs:NUM_OF_BINS (Results 1 – 4 of 4) sorted by relevance
140 ixheaacd_scale_int_vec_left(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS, in ixheaacd_scale_ps_states()177 ixheaacd_scale_int_vec_right(ptr_ps_dec->peak_decay_diff, 3 * NUM_OF_BINS, in ixheaacd_scale_ps_states()
879 ptr2 += NUM_OF_BINS; in ixheaacd_create_psdec()881 ptr2 += NUM_OF_BINS; in ixheaacd_create_psdec()883 ptr2 += NUM_OF_BINS; in ixheaacd_create_psdec()885 memset(ptr_ps_dec->peak_decay_diff, 0, 3 * sizeof(WORD32) * NUM_OF_BINS); in ixheaacd_create_psdec()
461 WORD32 power_buf[NUM_OF_BINS]; in ixheaacd_decorrelation_dec()462 WORD16 transient_ratio[NUM_OF_BINS + 1]; in ixheaacd_decorrelation_dec()561 for (bin = 0; bin < NUM_OF_BINS; bin++) { in ixheaacd_decorrelation_dec()
42 #define NUM_OF_BINS (20) macro