OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWIDDLE_TABLE_ORDER
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
omxSP_FFTGetBufSize_C_FC32.c
44
if (!pSize || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTGetBufSize_R_F32.c
40
if (!pSize || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTInit_R_F32.c
69
if (!pFFTSpec || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
110
diff =
TWIDDLE_TABLE_ORDER
- (order - 1);
165
diff =
TWIDDLE_TABLE_ORDER
- order;
omxSP_FFTInit_C_FC32.c
66
if (!pFFTSpec || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
104
diff =
TWIDDLE_TABLE_ORDER
- order;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
omxSP_FFTGetBufSize_R_F32.c
42
if (!pSize || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTInit_R_F32.c
60
if (!pFFTSpec || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
81
diff = 1 << (
TWIDDLE_TABLE_ORDER
- order + 1);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
omxSP_FFTGetBufSize_R_F32.c
19
if (!pSize || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTFwd_RToCCS_F32_Sfs.c
41
(pFFTStruct->order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTInv_CCSToR_F32_Sfs.c
41
(pFFTStruct->order >
TWIDDLE_TABLE_ORDER
))
omxSP_FFTInit_R_F32.c
57
if (!pFFTSpec || (order < 1) || (order >
TWIDDLE_TABLE_ORDER
))
127
tmp = 1 << (
TWIDDLE_TABLE_ORDER
- order);
omxSP_FFT_F32TwiddleTable.c
18
* on the
TWIDDLE_TABLE_ORDER
parameter.
21
const OMX_F32 mipsSP_FFT_F32TwiddleTable[1 << (
TWIDDLE_TABLE_ORDER
- 2)] = {
22
#if
TWIDDLE_TABLE_ORDER
== 15
[
all
...]
/external/chromium_org/third_party/openmax_dl/dl/sp/api/
armSP.h
118
(pFFTSpec->N >= 2) && (pFFTSpec->N <= (1 <<
TWIDDLE_TABLE_ORDER
));
126
(pFFTSpec->N >= 2) && (pFFTSpec->N <= (1 <<
TWIDDLE_TABLE_ORDER
));
/external/chromium_org/third_party/openmax_dl/dl/api/
omxtypes.h
46
#define
TWIDDLE_TABLE_ORDER
15
48
#define
TWIDDLE_TABLE_ORDER
12
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_float_fft.c
24
#define MAX_FFT_ORDER
TWIDDLE_TABLE_ORDER
test_float_rfft.c
24
#define MAX_FFT_ORDER
TWIDDLE_TABLE_ORDER
test_fft_time.c
24
#define MAX_FFT_ORDER
TWIDDLE_TABLE_ORDER
[
all
...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/
armSP_FFT_F32TwiddleTable.c
25
#define TWIDDLE_TABLE_ENTRIES ((1 <<
TWIDDLE_TABLE_ORDER
) / 8)
28
#if
TWIDDLE_TABLE_ORDER
== 15
[
all
...]
Completed in 149 milliseconds