Searched refs:temp_r (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_hbe_trans.c | 371 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_3() local 436 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3() 441 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 442 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 444 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3() 449 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * temp_i; in ixheaacd_hbe_xprod_proc_3() 450 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3() 475 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3() 480 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; in ixheaacd_hbe_xprod_proc_3() 481 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 | 358 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()
|
D | ixheaacd_env_dec.c | 553 FLOAT32 temp_l, temp_r; in ixheaacd_sbr_env_dequant_coup() local 561 temp_r = ptr_env_sf_right[i]; in ixheaacd_sbr_env_dequant_coup() 565 (1 + pow(2, (pan_offset[amp_res] - temp_r) * a)))); in ixheaacd_sbr_env_dequant_coup() 568 (1 + pow(2, (temp_r - pan_offset[amp_res]) * a)))); in ixheaacd_sbr_env_dequant_coup() 573 temp_r = ptr_noise_floor_right[i]; in ixheaacd_sbr_env_dequant_coup() 577 (1 + pow(2, pan_offset[1] - temp_r))); in ixheaacd_sbr_env_dequant_coup() 580 (1 + pow(2, temp_r - pan_offset[1]))); in ixheaacd_sbr_env_dequant_coup()
|
D | ixheaacd_ext_ch_ele.c | 311 WORD32 temp_r, temp_l; in ixheaacd_ms_stereo() local 324 temp_r = *r_spec; in ixheaacd_ms_stereo() 326 *l_spec = ixheaacd_add32_sat(temp_r, temp_l); in ixheaacd_ms_stereo() 327 *r_spec = ixheaacd_sub32_sat(temp_l, temp_r); in ixheaacd_ms_stereo()
|