Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_decorr.c572 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()
Dixheaacd_mps_hybrid_filt.c482 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()
Dixheaacd_mps_basic_op.h214 static PLATFORM_INLINE WORD32 ixheaacd_mps_mult32x16_shr_16(WORD32 a, WORD32 b) { in ixheaacd_mps_mult32x16_shr_16() function
Dixheaacd_mps_tonality.c94 temp_1 = ixheaacd_mps_mult32x16_shr_16(temp_1, TWO_BY_TWENTYFIVE_Q16); in ixheaacd_zoom_fft16()