/external/libxaac/decoder/ |
ixheaacd_hybrid.c | 86 cum1 = ixheaacd_shl32(cum1, 1); 87 cum11 = ixheaacd_shl32(cum11, 1); 108 real = ixheaacd_shl32( 112 imag = ixheaacd_shl32( 117 cum[12] = ixheaacd_shl32( 119 cum[13] = ixheaacd_shl32( 122 real = ixheaacd_shl32( 126 imag = ixheaacd_shl32( 132 ixheaacd_shl32(ixheaacd_add32_sat(ixheaacd_mult32x16in32(imag, tcos), 136 ixheaacd_shl32(ixheaacd_sub32_sat(ixheaacd_mult32x16in32(imag, tsin) [all...] |
ixheaacd_lpfuncs.c | 667 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 677 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 686 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 696 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 711 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 716 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 721 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 726 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); 736 *p_out2++ = ixheaacd_shl32(win_op, q_shift); 740 *p_out2++ = ixheaacd_shl32(win_op, q_shift) [all...] |
ixheaacd_basic_ops32.h | 39 static PLATFORM_INLINE WORD32 ixheaacd_shl32(WORD32 a, WORD b) { function 84 out_val = ixheaacd_shl32(a, b); 106 out_val = ixheaacd_shl32(a, -b); 145 product = ixheaacd_shl32(ixheaacd_mult16x16in32(a, b), 1); 155 product = ixheaacd_shl32(product, 1);
|
ixheaacd_ps_dec.c | 559 power_buf[bin] = ixheaacd_shl32(power_buf[bin], 1); 915 p_hyb_left_re1[subband] = ixheaacd_shl32(temp_left_real, 2); 916 p_hyb_left_im1[subband] = ixheaacd_shl32(temp_left_imag, 2); 917 p_hyb_right_re1[subband] = ixheaacd_shl32(temp_right_real, 2); 918 p_hyb_right_im1[subband] = ixheaacd_shl32(temp_right_imag, 2); [all...] |
ixheaacd_lt_predict.c | 262 *ptr_out_mdct = ixheaacd_shl32(*ptr_out_mdct, imdct_scale); 264 *ptr_out_mdct = ixheaacd_shl32(*ptr_out_mdct, imdct_scale); 266 *ptr_out_mdct = ixheaacd_shl32(*ptr_out_mdct, imdct_scale); 268 *ptr_out_mdct = ixheaacd_shl32(*ptr_out_mdct, imdct_scale);
|
ixheaacd_tns.c | 160 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value); 175 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value);
|
ixheaacd_stereo.c | 179 temp = ixheaacd_shl32(temp, shift_val);
|
ixheaacd_env_calc.c | [all...] |
ixheaacd_freq_sca.c | 504 start = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_start), INT_BITS - 8); 505 stop = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_stop), INT_BITS - 8);
|
ixheaacd_block.c | [all...] |
ixheaacd_qmf_dec.c | 177 re1 = ixheaacd_round16(ixheaacd_shl32(out_re1, (5 - 1))); 194 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); 195 im1 = ixheaacd_round16(ixheaacd_shl32(out_im, (5 - 1))); 206 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); [all...] |
ixheaacd_aac_imdct.c | 156 *out_ptr = ixheaacd_shl32(*out_ptr, neg_expo); 162 *out_ptr = ixheaacd_shl32(*out_ptr, neg_expo); 183 *out_ptr1 = ixheaacd_shl32(*out_ptr1, neg_expo); 188 *out_ptr1 = ixheaacd_shl32(*out_ptr1, neg_expo); 193 *out_ptr = ixheaacd_shl32(*out_ptr, neg_expo); 198 *out_ptr = ixheaacd_shl32(*out_ptr, neg_expo); 209 *out_ptr1 = ixheaacd_shl32(*out_ptr1, neg_expo); 214 *out_ptr1 = ixheaacd_shl32(*out_ptr1, neg_expo); [all...] |
ixheaacd_basic_ops_arr.h | 50 word32_arr[i] = ixheaacd_shl32(word32_arr[i], shift);
|