HomeSort by relevance Sort by last modified time
    Searched refs:tempr (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 133 WORD32 tempr, tempi; local
150 tempr = *spec_data1++;
154 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin);
160 ixheaacd_mult32x16in32(tempr, sin));
176 tempr = *spec_data1++;
192 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, sin), tempi, cos);
197 ixheaacd_mult32x16in32(tempr, cos));
227 tempr = *spec_data1++;
231 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin);
236 ixheaacd_mult32x16in32(tempr, sin))
305 WORD32 tempr, tempi, outi, outr, temp1, temp2; local
386 WORD32 tempr, tempi, outi, outr, temp1, temp2; local
484 WORD32 tempr, tempi, outr, outi, win1, accu, temp1, temp2; local
635 WORD32 tempr, tempi, temp1, temp2, outr, outi, win1, accu; local
1710 WORD32 tempr, tempi, temp; local
1844 WORD32 tempr, tempi; local
    [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 125 #define SWAP(a, b) tempr = a, a = b, b = tempr
  /external/valgrind/perf/
ffbench.c 166 #define SWAP(a,b) tempr=(a); (a)=(b); (b)=tempr
175 Float tempi, tempr; local
220 tempr = wr * data[k2] - wi * data[k2 + 1];
222 data[k2] = data[k1] - tempr;
224 data[k1] += tempr;

Completed in 618 milliseconds