OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FFTDATA_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
fronttyp.h
35
#define
FFTDATA_SIZE
32 /* fft internal data */
40
#define HALF_FFTDATA_SIZE (
FFTDATA_SIZE
>> 1)
/external/srec/srec/cfront/
sp_fft.c
720
** So shift the data up until it is ==30 bits (
FFTDATA_SIZE
-2)
723
s = (
FFTDATA_SIZE
- 2) - data_bits(n, data);
792
** doing the himul32() shift results in shifting down by 32(
FFTDATA_SIZE
) bits.
Completed in 86 milliseconds