Home | History | Annotate | Download | only in aacdec

Lines Matching defs:temp1

289     Int32   temp1;
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
361 *(p_data_1++) = temp1;
363 max |= (temp1 >> 31) ^ temp1;
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
384 *(p_data_2 + 2) = temp1;
386 max |= (temp1 >> 31) ^ temp1;
406 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
411 *(p_data_1++) = temp1;
414 max |= (temp1 >> 31) ^ temp1;
427 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
434 *(p_data_2 + 2) = temp1;
436 max |= (temp1 >> 31) ^ temp1;