Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c405 FLOAT32 vec_y_r[2], vec_y_i[2], vec_o_r[2], vec_o_i[2]; in ixheaacd_hbe_xprod_proc_3() local
433 vec_y_i[1] = qmf_in_buf_ri[2 * max_n2 + 1]; 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()
450 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
471 vec_y_i[1] = qmf_in_buf_ri[2 * max_n1 + 1]; 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()
489 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
501 base = base + vec_y_i[k] * vec_y_i[k]; in ixheaacd_hbe_xprod_proc_3()
504 vec_y_i[k] *= mag_scaling_fac; in ixheaacd_hbe_xprod_proc_3()
517 temp_i = vec_y_i[k]; in ixheaacd_hbe_xprod_proc_3()
[all …]