Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_dec.c50 #define mult16x16_16(a, b) ixheaacd_mult16((a), (b)) macro
881 tmp = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_buf_local), in ixheaacd_adj_timeslot()
882 mult16x16_16(direct_ratio, *ptr_gain_buf_local++)); in ixheaacd_adj_timeslot()
886 tmp1 = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_noise_local), in ixheaacd_adj_timeslot()
887 mult16x16_16(direct_ratio, *ptr_noise_floor_local++)); in ixheaacd_adj_timeslot()