Home
last modified time | relevance | path

Searched refs:temp_r (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c372 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_3() local
437 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3()
442 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3()
443 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3()
445 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3()
450 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
451 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
476 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3()
481 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3()
482 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3()
[all …]
Dixheaacd_multichannel.c358 WORD16 temp_l = 0, temp_r = 0; in ixheaacd_dec_downmix_to_stereo() local
371 temp_r += (WORD16)( in ixheaacd_dec_downmix_to_stereo()
390 temp_r += (WORD16)( in ixheaacd_dec_downmix_to_stereo()
403 ptr_time_data[2 * j + 1] = temp_r; in ixheaacd_dec_downmix_to_stereo()
Dixheaacd_env_dec.c549 FLOAT32 temp_l, temp_r; in ixheaacd_sbr_env_dequant_coup() local
557 temp_r = ptr_env_sf_right[i]; in ixheaacd_sbr_env_dequant_coup()
561 (1 + pow(2, (pan_offset[amp_res] - temp_r) * a)))); in ixheaacd_sbr_env_dequant_coup()
564 (1 + pow(2, (temp_r - pan_offset[amp_res]) * a)))); in ixheaacd_sbr_env_dequant_coup()
569 temp_r = ptr_noise_floor_right[i]; in ixheaacd_sbr_env_dequant_coup()
573 (1 + pow(2, pan_offset[1] - temp_r))); in ixheaacd_sbr_env_dequant_coup()
576 (1 + pow(2, temp_r - pan_offset[1]))); in ixheaacd_sbr_env_dequant_coup()
Dixheaacd_ext_ch_ele.c310 WORD32 temp_r, temp_l; in ixheaacd_ms_stereo() local
323 temp_r = *r_spec; in ixheaacd_ms_stereo()
325 *l_spec = ixheaacd_add32_sat(temp_r, temp_l); in ixheaacd_ms_stereo()
326 *r_spec = ixheaacd_sub32_sat(temp_l, temp_r); in ixheaacd_ms_stereo()