HomeSort by relevance Sort by last modified time
    Searched refs:ixheaacd_shl32 (Results 1 - 14 of 14) sorted by null

  /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_aac_tns.c 236 state[0] = ixheaacd_shl32(y, shift_value);
250 state[0] = ixheaacd_shl32(y, shift_value);
285 state[0] = ixheaacd_shl32(y, shift_value);
302 state[0] = ixheaacd_shl32(y, shift_value);
335 state[0] = ixheaacd_shl32(y, shift_value);
352 state[0] = ixheaacd_shl32(y, shift_value);
407 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value);
422 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value);
ixheaacd_lpfuncs.c 665 ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
675 ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
684 ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
694 ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
708 *p_out2++ = ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
712 *p_out2++ = ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
716 *p_out2++ = ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
720 *p_out2++ = ixheaacd_add32(ixheaacd_shl32(win_op, q_shift), *ptr_out++);
730 *p_out2++ = ixheaacd_shl32(win_op, q_shift);
734 *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
78 a = ixheaacd_shl32(a, 1);
90 out_val = ixheaacd_shl32(a, b);
112 out_val = ixheaacd_shl32(a, -b);
151 product = ixheaacd_shl32(ixheaacd_mult16x16in32(a, b), 1);
161 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_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_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 176 re1 = ixheaacd_round16(ixheaacd_shl32(out_re1, (5 - 1)));
193 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1)));
194 im1 = ixheaacd_round16(ixheaacd_shl32(out_im, (5 - 1)));
205 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1)));
    [all...]
ixheaacd_basic_ops_arr.h 50 word32_arr[i] = ixheaacd_shl32(word32_arr[i], shift);

Completed in 139 milliseconds