Home | History | Annotate | Download | only in armv8

Lines Matching defs:temp1

72   WORD32 temp1[6];
89 temp1[0] = *ptr_forward++;
90 temp1[1] = *ptr_reverse--;
91 temp1[0] = ixheaacd_add32(ixheaacd_shr32(temp1[0], LP_SHIFT_VAL),
92 ixheaacd_shr32(temp1[1], LP_SHIFT_VAL));
94 temp1[2] = *(ptr_forward - 33);
95 temp1[3] = *(ptr_reverse - 31);
96 temp1[1] = ixheaacd_sub32(ixheaacd_shr32(temp1[2], LP_SHIFT_VAL),
97 ixheaacd_shr32(temp1[3], LP_SHIFT_VAL));
102 *p_out++ = mac32x16in32_dual(temp1[0], twid_re, temp1[1], twid_im);
103 *p_out++ = msu32x16in32_dual(temp1[0], twid_im, temp1[1], twid_re);
110 temp1[1] = *ptr_reverse--;
111 temp1[0] = *(ptr_reverse - 31);
112 temp1[1] = ixheaacd_sub32(ixheaacd_shr32(temp1[1], LP_SHIFT_VAL),
113 ixheaacd_shr32(temp1[0], LP_SHIFT_VAL));
115 temp1[0] = temp1[1];
117 temp2[2] = mac32x16in32_dual(temp1[0], twid_re, temp1[1], twid_im);
118 temp2[3] = msu32x16in32_dual(temp1[0], twid_im, temp1[1], twid_re);
125 temp1[0] = -temp2[1] - temp2[3];
126 temp1[1] = temp2[0] - temp2[2];
127 temp2[0] = (temp2[0] + temp2[2] + temp1[0]);
128 temp2[1] = (temp2[1] - temp2[3] + temp1[1]);
150 temp1[0] = temp2[0] - temp2[2];
151 temp1[1] = (temp2[0] + temp2[2]);
153 temp1[2] = temp2[1] + temp2[3];
154 temp1[3] = (temp2[1] - temp2[3]);
155 temp1[4] = mac32x16in32_dual(temp1[0], twid_re, temp1[2], twid_im);
156 temp1[5] = msu32x16in32_dual(temp1[0], twid_im, temp1[2], twid_re);
158 temp1[1] >>= 1;
159 temp1[3] >>= 1;
161 *ptr_forward++ = temp1[1] - temp1[4];
162 *ptr_forward++ = temp1[3] + temp1[5];
164 *ptr_reverse-- = -temp1[3] + temp1[5];
165 *ptr_reverse-- = temp1[1] + temp1[4];
177 temp1[0] = temp2[0] - temp2[2];
178 temp1[1] = (temp2[0] + temp2[2]);
180 temp1[2] = temp2[1] + temp2[3];
181 temp1[3] = (temp2[1] - temp2[3]);
183 temp1[4] = -mac32x16in32_dual(temp1[0], twid_re, temp1[2], twid_im);
184 temp1[5] = msu32x16in32_dual(temp1[0], twid_im, temp1[2], twid_re);
186 temp1[1] >>= 1;
187 temp1[3] >>= 1;
188 *ptr_forward++ = temp1[1] + temp1[4];
189 *ptr_forward++ = temp1[3] + temp1[5];
294 WORD32 temp1, temp2;
300 temp1 = ixheaacd_shr32(*p_time_in1++, HQ_SHIFT_VAL);
303 *t_real_subband++ = ixheaacd_sub32_sat(temp1, temp2);
305 *t_imag_subband++ = ixheaacd_add32(temp1, temp2);
1113 WORD32 temp1, temp2;
1119 temp1 = ixheaacd_shr32(*time_sample_buf++, HQ_SHIFT_64);
1122 *t_real_subband++ = ixheaacd_sub32_sat(temp1, temp2);
1124 *t_imag_subband++ = ixheaacd_add32(temp1, temp2);