OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_F32
(Results
51 - 58
of
58
) sorted by null
1
2
3
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util.h
166
void DumpArrayFloat(const char* array_name, int count, const
OMX_F32
* array);
test_fft_time.c
413
void GenerateRealFloatSignal(
OMX_F32
* x, OMX_FC32* fft, int size,
444
OMX_F32
* x; /* Source */
445
OMX_F32
* y; /* Transform */
446
OMX_F32
* z; /* Inverse transform */
448
OMX_F32
* y_true; /* True FFT */
475
y_true = (
OMX_F32
*) malloc(sizeof(*y_true) * (fft_size + 2));
934
OMX_F32
* xr;
935
OMX_F32
* yrTrue;
[
all
...]
compare.c
202
void CompareFloat(struct SnrResult* snr,
OMX_F32
* actual,
203
OMX_F32
* expected, int size) {
test_util.c
191
* Arrays with elements of type OMX_S16, OMX_S32, OMX_SC32,
OMX_F32
,
233
void DumpArrayFloat(const char* array_name, int count, const
OMX_F32
* array) {
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_complex.c
21
OMXResult mips_FFTFwd_RToCCS_F32_complex(const
OMX_F32
* pSrc,
22
OMX_F32
* pDst,
25
const
OMX_F32
* w_re_ptr;
26
const
OMX_F32
* w_im_ptr;
30
OMX_F32
tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8;
31
OMX_F32
w_re, w_im;
mips_FFTInv_CCSToR_F32_complex.c
17
OMXResult mips_FFTInv_CCSToR_F32_complex(const
OMX_F32
* pSrc,
18
OMX_F32
* pDst,
23
const
OMX_F32
* w_re_ptr;
24
const
OMX_F32
* w_im_ptr;
30
OMX_F32
tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, factor;
31
OMX_F32
w_re, w_im;
255
factor = (
OMX_F32
)2.0f / fft_size;
omxSP_FFT_F32TwiddleTable.c
21
const
OMX_F32
mipsSP_FFT_F32TwiddleTable[1 << (TWIDDLE_TABLE_ORDER - 2)] = {
[
all
...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/
armSP_FFT_F32TwiddleTable.c
27
const
OMX_F32
armSP_FFT_F32TwiddleTable[2 * TWIDDLE_TABLE_ENTRIES + 2] = {
[
all
...]
Completed in 159 milliseconds
1
2
3