• Home
  • Raw
  • Download

Lines Matching refs:temp_r

384   FLOAT32 temp_r, temp_i;  in ixheaacd_hbe_xprod_proc_3()  local
449 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 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()
457 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + 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()
488 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 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()
494 vec_y_i[0] = coeff_imag[1] * temp_r + coeff_real[1] * temp_i; in ixheaacd_hbe_xprod_proc_3()
496 temp_r = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3()
501 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
502 vec_y_i[0] += coeff_imag[0] * temp_r + coeff_real[0] * temp_i; in ixheaacd_hbe_xprod_proc_3()
520 temp_r = x_zero_band_r; in ixheaacd_hbe_xprod_proc_3()
524 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_xprod_proc_3()
525 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_xprod_proc_3()
529 temp_r = vec_y_r[k]; in ixheaacd_hbe_xprod_proc_3()
533 vec_y_r[k] = vec_y_r[k] * temp_r - vec_y_i[k] * temp_i; in ixheaacd_hbe_xprod_proc_3()
534 vec_y_i[k] = tmp * temp_i + vec_y_i[k] * temp_r; in ixheaacd_hbe_xprod_proc_3()
551 temp_r = vec_o_r[0]; in ixheaacd_hbe_xprod_proc_3()
553 vec_o_r[0] = (FLOAT32)(cos_theta * temp_r - sin_theta * temp_i); in ixheaacd_hbe_xprod_proc_3()
554 vec_o_i[0] = (FLOAT32)(cos_theta * temp_i + sin_theta * temp_r); in ixheaacd_hbe_xprod_proc_3()
578 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_4() local
692 temp_r = x_zero_band_r; in ixheaacd_hbe_xprod_proc_4()
696 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_xprod_proc_4()
697 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_xprod_proc_4()
701 temp_r = vec_y_r[k]; in ixheaacd_hbe_xprod_proc_4()
705 vec_y_r[k] = vec_y_r[k] * temp_r - vec_y_i[k] * temp_i; in ixheaacd_hbe_xprod_proc_4()
706 vec_y_i[k] = tmp * temp_i + vec_y_i[k] * temp_r; in ixheaacd_hbe_xprod_proc_4()
735 temp_r = vec_o_r[0]; in ixheaacd_hbe_xprod_proc_4()
737 vec_o_r[0] = (FLOAT32)(cos_theta * temp_r - sin_theta * temp_i); in ixheaacd_hbe_xprod_proc_4()
738 vec_o_i[0] = (FLOAT32)(cos_theta * temp_i + sin_theta * temp_r); in ixheaacd_hbe_xprod_proc_4()
803 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_post_anal_prod3() local
827 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
832 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_prod3()
837 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
840 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
845 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
846 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
848 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
851 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
852 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
868 temp_r = vec_x[2 * (HBE_ZERO_BAND_IDX - 2)]; in ixheaacd_hbe_post_anal_prod3()
871 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
872 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_prod3()
875 temp_r = ptr_vec_x[0] * x_zero_band_r - ptr_vec_x[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_prod3()
878 out_buf[0] += (temp_r * 0.4714045f); in ixheaacd_hbe_post_anal_prod3()
912 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_prod3()
915 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_prod3()
920 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
933 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
936 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
937 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
941 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
944 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
945 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
949 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_prod3()
952 temp_r1 = ptr_sel1[0] * temp_r + ptr_sel1[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
953 temp_i1 = ptr_sel1[2] * temp_r + ptr_sel1[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
957 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_prod3()
960 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
961 tmp_vi = temp_i1 + ptr_sel1[6] * temp_r + ptr_sel1[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
993 temp_r = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2)]; in ixheaacd_hbe_post_anal_prod3()
998 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
999 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_prod3()
1001 temp_r = temp_r1 * temp_r1 - temp_i1 * temp_i1; in ixheaacd_hbe_post_anal_prod3()
1008 temp_r1 += ptr_vec_x_cap[0] * temp_r - ptr_vec_x_cap[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
1009 temp_i1 += ptr_vec_x_cap[0] * temp_i + ptr_vec_x_cap[1] * temp_r; in ixheaacd_hbe_post_anal_prod3()
1038 FLOAT32 temp, temp_r, temp_i; in ixheaacd_hbe_post_anal_prod4() local
1051 temp_r = x_zero_band_r = *x_norm_ptr++; in ixheaacd_hbe_post_anal_prod4()
1058 x_zero_band_r = temp_r * temp - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_prod4()
1059 x_zero_band_i = temp_r * x_zero_band_i + temp_i * temp; in ixheaacd_hbe_post_anal_prod4()
1065 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_prod4()
1068 *out_ptr++ += (temp_r * 0.6666667f); in ixheaacd_hbe_post_anal_prod4()
1163 FLOAT32 temp_r, temp_i, tmp_r1; in ixheaacd_hbe_post_anal_xprod2() local
1185 temp_r = x_zero_band_r; in ixheaacd_hbe_post_anal_xprod2()
1189 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_post_anal_xprod2()
1190 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_post_anal_xprod2()
1194 temp_r = ptr_hbe_txposer in ixheaacd_hbe_post_anal_xprod2()
1201 base = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod2()
1207 temp_r *= mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod2()
1210 vec_y_r[k] = temp_r; in ixheaacd_hbe_post_anal_xprod2()
1214 temp_r = vec_y_r[0] * x_zero_band_r - vec_y_i[0] * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod2()
1218 (FLOAT32)(cos_sin_theta[0] * temp_r - cos_sin_theta[1] * temp_i); in ixheaacd_hbe_post_anal_xprod2()
1220 (FLOAT32)(cos_sin_theta[0] * temp_i + cos_sin_theta[1] * temp_r); in ixheaacd_hbe_post_anal_xprod2()
1230 temp_r = vec_y_r[1] * x_zero_band_r - vec_y_i[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod2()
1235 (FLOAT32)(mag_cmplx_gain * temp_r); in ixheaacd_hbe_post_anal_xprod2()
1258 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_post_anal_xprod3() local
1282 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1287 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1292 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1295 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1300 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1301 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1303 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1306 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1307 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1323 temp_r = vec_x[2 * (HBE_ZERO_BAND_IDX - 2)]; in ixheaacd_hbe_post_anal_xprod3()
1326 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1327 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1330 temp_r = ptr_vec_x[0] * x_zero_band_r - ptr_vec_x[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod3()
1333 out_buf[0] += (temp_r * 0.4714045f); in ixheaacd_hbe_post_anal_xprod3()
1370 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_xprod3()
1373 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1378 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1391 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1394 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1395 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1399 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1402 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1403 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1407 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_xprod3()
1410 temp_r1 = ptr_sel1[0] * temp_r + ptr_sel1[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1411 temp_i1 = ptr_sel1[2] * temp_r + ptr_sel1[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1415 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_xprod3()
1418 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1419 tmp_vi = temp_i1 + ptr_sel1[6] * temp_r + ptr_sel1[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1451 temp_r = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2)]; in ixheaacd_hbe_post_anal_xprod3()
1456 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1457 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1459 temp_r = temp_r1 * temp_r1 - temp_i1 * temp_i1; in ixheaacd_hbe_post_anal_xprod3()
1466 temp_r1 += ptr_vec_x_cap[0] * temp_r - ptr_vec_x_cap[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1467 temp_i1 += ptr_vec_x_cap[0] * temp_i + ptr_vec_x_cap[1] * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1500 FLOAT32 temp, temp_r, temp_i; in ixheaacd_hbe_post_anal_xprod4() local
1513 temp_r = x_zero_band_r = *x_norm_ptr++; in ixheaacd_hbe_post_anal_xprod4()
1520 x_zero_band_r = temp_r * temp - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod4()
1521 x_zero_band_i = temp_r * x_zero_band_i + temp_i * temp; in ixheaacd_hbe_post_anal_xprod4()
1527 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod4()
1530 *out_ptr++ += (temp_r * 0.6666667f); in ixheaacd_hbe_post_anal_xprod4()