Lines Matching refs:ptr_sel1
792 const FLOAT32 *ptr_sel, *ptr_sel1; in ixheaacd_hbe_post_anal_prod3() local
796 ptr_sel1 = &ixheaacd_sel_case[((inp_band_idx + 1) & 3) + 1][0]; in ixheaacd_hbe_post_anal_prod3()
939 temp_r1 = ptr_sel1[0] * temp_r + ptr_sel1[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
940 temp_i1 = ptr_sel1[2] * temp_r + ptr_sel1[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
947 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
948 tmp_vi = temp_i1 + ptr_sel1[6] * temp_r + ptr_sel1[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
1247 const FLOAT32 *ptr_sel, *ptr_sel1; in ixheaacd_hbe_post_anal_xprod3() local
1251 ptr_sel1 = &ixheaacd_sel_case[((inp_band_idx + 1) & 3) + 1][0]; in ixheaacd_hbe_post_anal_xprod3()
1397 temp_r1 = ptr_sel1[0] * temp_r + ptr_sel1[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1398 temp_i1 = ptr_sel1[2] * temp_r + ptr_sel1[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1405 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1406 tmp_vi = temp_i1 + ptr_sel1[6] * temp_r + ptr_sel1[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()