Lines Matching refs:add16_m
51 #define add16_m(a, b) ((a) + (b)) macro
177 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data()
190 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data()
202 *ptr_env_sf = add16_m(*ptr_env_sf, *ptr2); in ixheaacd_process_del_cod_env_data()
216 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_2]); in ixheaacd_process_del_cod_env_data()
229 *ptr_env_sf = add16_m(*ptr_env_sf, *ptr2); in ixheaacd_process_del_cod_env_data()
282 add16_m(ptr_sbr_data->int_env_sf_arr[i], delta_exp); in ixheaacd_wrong_timing_compensate()
490 temp_right_exp = sub16_m(temp_right_exp, add16_m(18, NRG_EXP_OFFSET)); in ixheaacd_sbr_env_dequant_coup_fix()
506 new_left_exp = add16_m(temp_right_exp, new_right_exp); in ixheaacd_sbr_env_dequant_coup_fix()
533 new_left_exp = add16_m(new_right_exp, temp_right_exp); in ixheaacd_sbr_env_dequant_coup_fix()
712 *ptr1 = (add16_m(*ptr1, *ptr2) >> 1); in ixheaacd_dec_envelope()
793 tmp = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_buf_local), in ixheaacd_adj_timeslot()
798 tmp1 = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_noise_local), in ixheaacd_adj_timeslot()