Home | History | Annotate | Download | only in decoder

Lines Matching full:temp2

233     WORD32 temp0, temp1, temp2, temp3;
239 temp2 = *ptr_out_rev++;
244 temp1 = temp0 - temp2;
245 temp3 = temp0 + temp2;
297 WORD32 temp1, temp2;
304 temp2 = ixheaacd_mult32x16in32(inp_re, twid_im);
309 out_im = ixheaacd_add32(ixheaacd_mult32x16in32(inp_re, twid_re), temp2);