Home | History | Annotate | Download | only in aacdec

Lines Matching defs:r2

210     Int32   r2;
272 r2 = temp1 - temp2;
305 *pData4 = (r2 - r1) >> exp;
308 *pData3 = (r2 + r1) >> exp;
333 r2 = temp1 - temp2;
371 r3 = ((r2 - t2) >> exp);
372 r2 = ((r2 + t2) >> exp);
374 *pData3-- = cmplx_mul32_by_16(s2, -r2, exp_jw1) << 1;
375 *pData3 = cmplx_mul32_by_16(r2, s2, exp_jw1) << 1;
410 r2 = temp1 - temp2;
454 temp1 = (r2 - t2);
455 temp2 = (r2 + t2);