• Home
  • Raw
  • Download

Lines Matching refs:temp_i

371   FLOAT32 temp_r, temp_i;  in ixheaacd_hbe_xprod_proc_3()  local
438 temp_i = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3()
441 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; 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()
446 temp_i = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3()
449 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * 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()
477 temp_i = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + in ixheaacd_hbe_xprod_proc_3()
480 vec_y_r[0] = coeff_real[1] * temp_r - coeff_imag[1] * temp_i; 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()
485 temp_i = ptr_hbe_txposer->qmf_in_buf[qmf_col_idx + addrshift + 1 + in ixheaacd_hbe_xprod_proc_3()
488 vec_y_r[0] += coeff_real[0] * temp_r - coeff_imag[0] * 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()
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()
517 temp_i = vec_y_i[k]; in ixheaacd_hbe_xprod_proc_3()
520 vec_y_r[k] = vec_y_r[k] * temp_r - vec_y_i[k] * temp_i; in ixheaacd_hbe_xprod_proc_3()
521 vec_y_i[k] = tmp * temp_i + vec_y_i[k] * temp_r; in ixheaacd_hbe_xprod_proc_3()
539 temp_i = vec_o_i[0]; in ixheaacd_hbe_xprod_proc_3()
540 vec_o_r[0] = (FLOAT32)(cos_theta * temp_r - sin_theta * temp_i); in ixheaacd_hbe_xprod_proc_3()
541 vec_o_i[0] = (FLOAT32)(cos_theta * temp_i + sin_theta * temp_r); in ixheaacd_hbe_xprod_proc_3()
565 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_4() local
680 temp_i = x_zero_band_i; in ixheaacd_hbe_xprod_proc_4()
683 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_xprod_proc_4()
684 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_xprod_proc_4()
689 temp_i = vec_y_i[k]; in ixheaacd_hbe_xprod_proc_4()
692 vec_y_r[k] = vec_y_r[k] * temp_r - vec_y_i[k] * temp_i; in ixheaacd_hbe_xprod_proc_4()
693 vec_y_i[k] = tmp * temp_i + vec_y_i[k] * temp_r; in ixheaacd_hbe_xprod_proc_4()
723 temp_i = vec_o_i[0]; in ixheaacd_hbe_xprod_proc_4()
724 vec_o_r[0] = (FLOAT32)(cos_theta * temp_r - sin_theta * temp_i); in ixheaacd_hbe_xprod_proc_4()
725 vec_o_i[0] = (FLOAT32)(cos_theta * temp_i + sin_theta * temp_r); in ixheaacd_hbe_xprod_proc_4()
790 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_post_anal_prod3() local
815 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_prod3()
820 base1 = base1 + temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
825 ptr_vec_x[1] = temp_i * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
828 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_prod3()
832 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
833 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
836 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_prod3()
838 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
839 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
856 temp_i = vec_x[(2 * (HBE_ZERO_BAND_IDX - 2)) + 1]; in ixheaacd_hbe_post_anal_prod3()
858 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
859 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_prod3()
863 temp_i = ptr_vec_x[0] * x_zero_band_i + ptr_vec_x[1] * x_zero_band_r; in ixheaacd_hbe_post_anal_prod3()
866 out_buf[1] += (temp_i * 0.4714045f); in ixheaacd_hbe_post_anal_prod3()
900 temp_i = in_buf1[1]; in ixheaacd_hbe_post_anal_prod3()
903 base1 = base1 + temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
908 ptr_vec_x[1] = temp_i * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
921 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_prod3()
923 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
924 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
929 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_prod3()
931 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
932 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
937 temp_i = in_buf1[1]; 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()
945 temp_i = in_buf1[1]; 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()
981 temp_i = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2) + 1]; in ixheaacd_hbe_post_anal_prod3()
985 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_prod3()
986 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_prod3()
989 temp_i = temp_r1 * temp_i1 + temp_i1 * temp_r1; in ixheaacd_hbe_post_anal_prod3()
995 temp_r1 += ptr_vec_x_cap[0] * temp_r - ptr_vec_x_cap[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
996 temp_i1 += ptr_vec_x_cap[0] * temp_i + ptr_vec_x_cap[1] * temp_r; in ixheaacd_hbe_post_anal_prod3()
1025 FLOAT32 temp, temp_r, temp_i; in ixheaacd_hbe_post_anal_prod4() local
1039 temp_i = x_zero_band_i = *x_norm_ptr++; in ixheaacd_hbe_post_anal_prod4()
1045 x_zero_band_r = temp_r * temp - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_prod4()
1046 x_zero_band_i = temp_r * x_zero_band_i + temp_i * temp; in ixheaacd_hbe_post_anal_prod4()
1050 temp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_prod4()
1052 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_prod4()
1053 temp_i = temp * x_zero_band_i + temp_i * x_zero_band_r; in ixheaacd_hbe_post_anal_prod4()
1056 *out_ptr++ += (temp_i * 0.6666667f); in ixheaacd_hbe_post_anal_prod4()
1150 FLOAT32 temp_r, temp_i, tmp_r1; in ixheaacd_hbe_post_anal_xprod2() local
1173 temp_i = x_zero_band_i; in ixheaacd_hbe_post_anal_xprod2()
1176 x_zero_band_r = x_zero_band_r * temp_r - x_zero_band_i * temp_i; in ixheaacd_hbe_post_anal_xprod2()
1177 x_zero_band_i = tmp * temp_i + x_zero_band_i * temp_r; in ixheaacd_hbe_post_anal_xprod2()
1183 temp_i = in ixheaacd_hbe_post_anal_xprod2()
1189 base = base + temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod2()
1195 temp_i *= mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod2()
1198 vec_y_i[k] = temp_i; in ixheaacd_hbe_post_anal_xprod2()
1202 temp_i = vec_y_r[0] * x_zero_band_i + vec_y_i[0] * x_zero_band_r; in ixheaacd_hbe_post_anal_xprod2()
1205 (FLOAT32)(cos_sin_theta[0] * temp_r - cos_sin_theta[1] * temp_i); in ixheaacd_hbe_post_anal_xprod2()
1206 temp_i = in ixheaacd_hbe_post_anal_xprod2()
1207 (FLOAT32)(cos_sin_theta[0] * temp_i + cos_sin_theta[1] * temp_r); in ixheaacd_hbe_post_anal_xprod2()
1215 (FLOAT32)(mag_cmplx_gain * temp_i); in ixheaacd_hbe_post_anal_xprod2()
1218 temp_i = vec_y_r[1] * x_zero_band_i + vec_y_i[1] * x_zero_band_r; in ixheaacd_hbe_post_anal_xprod2()
1226 (FLOAT32)(mag_cmplx_gain * temp_i); in ixheaacd_hbe_post_anal_xprod2()
1245 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_post_anal_xprod3() local
1270 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_xprod3()
1275 base1 = base1 + temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1280 ptr_vec_x[1] = temp_i * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1283 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_xprod3()
1287 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1288 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1291 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_xprod3()
1293 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1294 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1311 temp_i = vec_x[(2 * (HBE_ZERO_BAND_IDX - 2)) + 1]; in ixheaacd_hbe_post_anal_xprod3()
1313 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1314 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1318 temp_i = ptr_vec_x[0] * x_zero_band_i + ptr_vec_x[1] * x_zero_band_r; in ixheaacd_hbe_post_anal_xprod3()
1321 out_buf[1] += (temp_i * 0.4714045f); in ixheaacd_hbe_post_anal_xprod3()
1358 temp_i = in_buf1[1]; in ixheaacd_hbe_post_anal_xprod3()
1361 base1 = base1 + temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1366 ptr_vec_x[1] = temp_i * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1379 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_xprod3()
1381 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1382 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1387 temp_i = in_buf[1]; in ixheaacd_hbe_post_anal_xprod3()
1389 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1390 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1395 temp_i = in_buf1[1]; 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()
1403 temp_i = in_buf1[1]; 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()
1439 temp_i = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2) + 1]; in ixheaacd_hbe_post_anal_xprod3()
1443 x_zero_band_r = temp_r * temp_r - temp_i * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1444 x_zero_band_i = temp_r * temp_i + temp_i * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1447 temp_i = temp_r1 * temp_i1 + temp_i1 * temp_r1; in ixheaacd_hbe_post_anal_xprod3()
1453 temp_r1 += ptr_vec_x_cap[0] * temp_r - ptr_vec_x_cap[1] * temp_i; in ixheaacd_hbe_post_anal_xprod3()
1454 temp_i1 += ptr_vec_x_cap[0] * temp_i + ptr_vec_x_cap[1] * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1487 FLOAT32 temp, temp_r, temp_i; in ixheaacd_hbe_post_anal_xprod4() local
1501 temp_i = x_zero_band_i = *x_norm_ptr++; in ixheaacd_hbe_post_anal_xprod4()
1507 x_zero_band_r = temp_r * temp - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod4()
1508 x_zero_band_i = temp_r * x_zero_band_i + temp_i * temp; in ixheaacd_hbe_post_anal_xprod4()
1512 temp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_xprod4()
1514 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod4()
1515 temp_i = temp * x_zero_band_i + temp_i * x_zero_band_r; in ixheaacd_hbe_post_anal_xprod4()
1518 *out_ptr++ += (temp_i * 0.6666667f); in ixheaacd_hbe_post_anal_xprod4()