Home | History | Annotate | Download | only in decoder

Lines Matching defs:temp3

234     WORD32 temp0, temp1, temp2, temp3;
239 temp3 = *ptr_out_rev--;
242 in1 = ixheaacd_add32_sat(temp1, temp3);
243 in2 = ixheaacd_sub32_sat(temp3, temp1);
246 temp3 = ixheaacd_add32_sat(temp0, temp2);
262 *ptr_out_fwd++ = ixheaacd_add32_sat(temp3, val1);
266 *ptr_out_rev-- = ixheaacd_sub32_sat(temp3, val1);