Searched refs:mult16x16_16 (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 54 #define mult16x16_16(a, b) ixheaacd_mult16((a), (b)) macro 793 tmp = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_buf_local), in ixheaacd_adj_timeslot() 794 mult16x16_16(direct_ratio, *ptr_gain_buf_local++)); in ixheaacd_adj_timeslot() 798 tmp1 = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_noise_local), in ixheaacd_adj_timeslot() 799 mult16x16_16(direct_ratio, *ptr_noise_floor_local++)); in ixheaacd_adj_timeslot()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_qmf_dec_armv7.c | 52 #define mult16x16_16(a, b) ixheaacd_mult16((a), (b)) macro
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 50 #define mult16x16_16(a, b) ixheaacd_mult16((a), (b)) macro
|