Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c793 const FLOAT32 *ptr_sel, *ptr_sel1; in ixheaacd_hbe_post_anal_prod3() local
796 ptr_sel = &ixheaacd_sel_case[(inp_band_idx + 1) & 3][0]; in ixheaacd_hbe_post_anal_prod3()
833 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
834 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
839 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
840 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
924 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
925 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
932 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
933 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
[all …]