HomeSort by relevance Sort by last modified time
    Searched defs:twiddle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libmedia/
fixedfft.cpp 23 * half of the twiddle factors are stored. Although there are still ways to make
36 static const int32_t twiddle[MAX_FFT_SIZE / 4] = { variable
133 w = twiddle[(w ^ i) - i] ^ (i << 16);
158 y = mult(y, twiddle[i << scale]);
  /external/grub/netboot/
misc.c 35 twiddle (void) function

Completed in 66 milliseconds