Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c419 FLOAT32 coeff_real[2], coeff_imag[2]; in ixheaacd_hbe_xprod_proc_3() local
439 coeff_real[0] = ixheaacd_hbe_post_anal_proc_interp_coeff[idx][0]; in ixheaacd_hbe_xprod_proc_3()
442 coeff_real[1] = coeff_real[0]; 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()
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()
477 coeff_real[0] = ixheaacd_hbe_post_anal_proc_interp_coeff[idx][0]; in ixheaacd_hbe_xprod_proc_3()
480 coeff_real[1] = coeff_real[0]; 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()
[all …]