OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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