Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c412 FLOAT32 x_zero_band_i; in ixheaacd_hbe_xprod_proc_3() local
415 x_zero_band_i = 0; in ixheaacd_hbe_xprod_proc_3()
422 x_zero_band_i = qmf_in_buf_ri[2 * max_n1 + 1]; in ixheaacd_hbe_xprod_proc_3()
460 x_zero_band_i = qmf_in_buf_ri[2 * max_n2 + 1]; in ixheaacd_hbe_xprod_proc_3()
494 base = base + x_zero_band_i * x_zero_band_i; in ixheaacd_hbe_xprod_proc_3()
497 x_zero_band_i *= mag_scaling_fac; in ixheaacd_hbe_xprod_proc_3()
508 temp_i = x_zero_band_i; in ixheaacd_hbe_xprod_proc_3()
511 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_xprod_proc_3()
512 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_xprod_proc_3()
526 vec_o_r[k] = vec_y_r[k] * x_zero_band_r - vec_y_i[k] * x_zero_band_i; in ixheaacd_hbe_xprod_proc_3()
[all …]