Searched refs:temp_r (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_hbe_trans.c | 384 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_3() local 449 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3() 454 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 455 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 457 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3() 462 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * temp_i; in ixheaacd_hbe_xprod_proc_3() 463 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3() 488 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3() 493 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 494 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() [all …]
|
D | ixheaacd_multichannel.c | 365 WORD16 temp_l = 0, temp_r = 0; in ixheaacd_dec_downmix_to_stereo() local 378 temp_r += (WORD16)( in ixheaacd_dec_downmix_to_stereo() 397 temp_r += (WORD16)( in ixheaacd_dec_downmix_to_stereo() 410 ptr_time_data[2 * j + 1] = temp_r; in ixheaacd_dec_downmix_to_stereo()
|
D | ixheaacd_env_dec.c | 598 FLOAT32 temp_l, temp_r; in ixheaacd_sbr_env_dequant_coup() local 606 temp_r = ptr_env_sf_right[i]; in ixheaacd_sbr_env_dequant_coup() 610 (1 + pow(2, (pan_offset[amp_res] - temp_r) * a)))); in ixheaacd_sbr_env_dequant_coup() 613 (1 + pow(2, (temp_r - pan_offset[amp_res]) * a)))); in ixheaacd_sbr_env_dequant_coup() 618 temp_r = ptr_noise_floor_right[i]; in ixheaacd_sbr_env_dequant_coup() 622 (1 + pow(2, pan_offset[1] - temp_r))); in ixheaacd_sbr_env_dequant_coup() 625 (1 + pow(2, temp_r - pan_offset[1]))); in ixheaacd_sbr_env_dequant_coup()
|
D | ixheaacd_ext_ch_ele.c | 321 WORD32 temp_r, temp_l; in ixheaacd_ms_stereo() local 334 temp_r = *r_spec; in ixheaacd_ms_stereo() 336 *l_spec = ixheaacd_add32_sat(temp_r, temp_l); in ixheaacd_ms_stereo() 337 *r_spec = ixheaacd_sub32_sat(temp_l, temp_r); in ixheaacd_ms_stereo()
|