Lines Matching refs:temp_r
371 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_xprod_proc_3() local
436 temp_r = 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()
444 temp_r = 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()
475 temp_r = 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()
483 temp_r = 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()
507 temp_r = x_zero_band_r; 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()
516 temp_r = vec_y_r[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()
538 temp_r = vec_o_r[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
679 temp_r = x_zero_band_r; 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()
688 temp_r = vec_y_r[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()
722 temp_r = vec_o_r[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
814 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_prod3()
819 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_prod3()
824 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
827 temp_r = in_buf[0]; 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()
835 temp_r = in_buf[0]; 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()
855 temp_r = vec_x[2 * (HBE_ZERO_BAND_IDX - 2)]; 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()
862 temp_r = ptr_vec_x[0] * x_zero_band_r - ptr_vec_x[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_prod3()
865 out_buf[0] += (temp_r * 0.4714045f); in ixheaacd_hbe_post_anal_prod3()
899 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_prod3()
902 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_prod3()
907 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3()
920 temp_r = in_buf[0]; 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()
928 temp_r = in_buf[0]; 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()
936 temp_r = in_buf1[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()
944 temp_r = in_buf1[0]; 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()
980 temp_r = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2)]; 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()
988 temp_r = temp_r1 * temp_r1 - temp_i1 * temp_i1; 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
1038 temp_r = x_zero_band_r = *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()
1052 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_prod4()
1055 *out_ptr++ += (temp_r * 0.6666667f); in ixheaacd_hbe_post_anal_prod4()
1150 FLOAT32 temp_r, temp_i, tmp_r1; in ixheaacd_hbe_post_anal_xprod2() local
1172 temp_r = x_zero_band_r; 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()
1181 temp_r = ptr_hbe_txposer in ixheaacd_hbe_post_anal_xprod2()
1188 base = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod2()
1194 temp_r *= mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod2()
1197 vec_y_r[k] = temp_r; in ixheaacd_hbe_post_anal_xprod2()
1201 temp_r = vec_y_r[0] * x_zero_band_r - vec_y_i[0] * x_zero_band_i; 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()
1207 (FLOAT32)(cos_sin_theta[0] * temp_i + cos_sin_theta[1] * temp_r); in ixheaacd_hbe_post_anal_xprod2()
1217 temp_r = vec_y_r[1] * x_zero_band_r - vec_y_i[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod2()
1222 (FLOAT32)(mag_cmplx_gain * temp_r); in ixheaacd_hbe_post_anal_xprod2()
1245 FLOAT32 temp_r, temp_i; in ixheaacd_hbe_post_anal_xprod3() local
1269 temp_r = in_buf[0]; in ixheaacd_hbe_post_anal_xprod3()
1274 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1279 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1282 temp_r = in_buf[0]; 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()
1290 temp_r = in_buf[0]; 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()
1310 temp_r = vec_x[2 * (HBE_ZERO_BAND_IDX - 2)]; 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()
1317 temp_r = ptr_vec_x[0] * x_zero_band_r - ptr_vec_x[1] * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod3()
1320 out_buf[0] += (temp_r * 0.4714045f); in ixheaacd_hbe_post_anal_xprod3()
1357 temp_r = in_buf1[0]; in ixheaacd_hbe_post_anal_xprod3()
1360 base1 = base + temp_r * temp_r; in ixheaacd_hbe_post_anal_xprod3()
1365 ptr_vec_x[0] = temp_r * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
1378 temp_r = in_buf[0]; 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()
1386 temp_r = in_buf[0]; 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()
1394 temp_r = in_buf1[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()
1402 temp_r = in_buf1[0]; 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()
1438 temp_r = vec_x_cap[2 * (HBE_ZERO_BAND_IDX - 2)]; 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()
1446 temp_r = temp_r1 * temp_r1 - temp_i1 * temp_i1; 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
1500 temp_r = x_zero_band_r = *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()
1514 temp_r = temp * x_zero_band_r - temp_i * x_zero_band_i; in ixheaacd_hbe_post_anal_xprod4()
1517 *out_ptr++ += (temp_r * 0.6666667f); in ixheaacd_hbe_post_anal_xprod4()