Searched refs:ixheaacd_mps_mult32x16_shr_16 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_decorr.c | 572 temp_1 = ixheaacd_mps_mult32x16_shr_16(temp5, numerator_real[j]); in ixheaacd_decorr_filt_apply() 573 temp3 = ixheaacd_mps_mult32x16_shr_16(temp6, numerator_real[j]); in ixheaacd_decorr_filt_apply() 574 temp_2 = ixheaacd_mps_mult32x16_shr_16(temp7, denominator_real[j]); in ixheaacd_decorr_filt_apply() 575 temp4 = ixheaacd_mps_mult32x16_shr_16(temp8, denominator_real[j]); in ixheaacd_decorr_filt_apply() 670 smooth_direct_nrg[pb] = ixheaacd_mps_mult32x16_shr_16(temp3, one_by_5); in ixheaacd_ducker_apply_71() 677 smooth_reverb_nrg[pb] = ixheaacd_mps_mult32x16_shr_16(temp3, one_by_5); in ixheaacd_ducker_apply_71() 823 smooth_direct_nrg[pb] = ixheaacd_mps_mult32x16_shr_16(temp3, one_by_5); in ixheaacd_ducker_apply() 830 smooth_reverb_nrg[pb] = ixheaacd_mps_mult32x16_shr_16(temp3, one_by_5); in ixheaacd_ducker_apply()
|
D | ixheaacd_mps_hybrid_filt.c | 482 re_temp = ixheaacd_mps_mult32x16_shr_16(out2_w32[inner], cos_val) + in ixheaacd_mps_fft() 483 ixheaacd_mps_mult32x16_shr_16(out2_w32[inner + 1], sin_val); in ixheaacd_mps_fft() 484 im_temp = ixheaacd_mps_mult32x16_shr_16(out2_w32[inner + 1], cos_val) - in ixheaacd_mps_fft() 485 ixheaacd_mps_mult32x16_shr_16(out2_w32[inner], sin_val); in ixheaacd_mps_fft()
|
D | ixheaacd_mps_basic_op.h | 214 static PLATFORM_INLINE WORD32 ixheaacd_mps_mult32x16_shr_16(WORD32 a, WORD32 b) { in ixheaacd_mps_mult32x16_shr_16() function
|
D | ixheaacd_mps_tonality.c | 94 temp_1 = ixheaacd_mps_mult32x16_shr_16(temp_1, TWO_BY_TWENTYFIVE_Q16); in ixheaacd_zoom_fft16()
|