Searched refs:ixheaacd_add16 (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_ps_bitdec.c | 131 ixheaacd_add16(*p_iid_par_prev, ptr_ps_dec->iid_par_table[e][i]); in ixheaacd_decode_ps_data() 141 temp = ixheaacd_add16(ptr_ps_dec->iid_par_table[e][i - 1], in ixheaacd_decode_ps_data() 164 ixheaacd_add16(*p_icc_par_prev, ptr_ps_dec->icc_par_table[e][i]); in ixheaacd_decode_ps_data() 173 temp = ixheaacd_add16(ptr_ps_dec->icc_par_table[e][i - 1], in ixheaacd_decode_ps_data()
|
D | ixheaacd_ps_dec.c | 322 ixheaacd_add16(real_in, ixheaacd_mult16_shl(real_tmp, decay)); in ixheaacd_decorr_filter1_dec() 324 ixheaacd_add16(imag_in, ixheaacd_mult16_shl(imag_tmp, decay)); in ixheaacd_decorr_filter1_dec() 433 ixheaacd_add16(real_in, ixheaacd_mult16_shl(real_tmp, decay)); in ixheaacd_decorr_filter2_dec() 435 ixheaacd_add16(imag_in, ixheaacd_mult16_shl(imag_tmp, decay)); in ixheaacd_decorr_filter2_dec() 630 ixheaacd_add16(ptr_ps_dec->delay_buf_idx_long, 1); in ixheaacd_decorrelation_dec() 882 ixheaacd_add16(ptr_ps_dec->H11_H12[2 * group + 0], in ixheaacd_apply_rot_dec() 885 ixheaacd_add16(ptr_ps_dec->H11_H12[2 * group + 1], in ixheaacd_apply_rot_dec() 889 ixheaacd_add16(ptr_ps_dec->H21_H22[2 * group + 0], in ixheaacd_apply_rot_dec() 892 ixheaacd_add16(ptr_ps_dec->H21_H22[2 * group + 1], in ixheaacd_apply_rot_dec()
|
D | ixheaacd_basic_ops16.h | 36 static PLATFORM_INLINE WORD16 ixheaacd_add16(WORD16 op1, WORD16 op2) { in ixheaacd_add16() function
|
D | ixheaacd_lpp_tran.c | 868 ixheaacd_add16(patch_param[num_patches - 1].dst_start_band, in ixheaacd_low_pow_hf_generator() 996 ixheaacd_add16(patch_param[num_patches - 1].dst_start_band, in ixheaacd_hf_generator()
|
D | ixheaacd_env_dec.c | 569 ixheaacd_fix_mant_exp_add(0x4000, ixheaacd_add16(1, temp_right_exp), 0x4000, in ixheaacd_sbr_env_dequant_coup_fix()
|
D | ixheaacd_env_extr.c | 1439 ixheaacd_add16(ptr_frame_data->num_env_sfac, no_band[i]); in ixheaacd_read_sbr_env_data()
|