Searched defs:true_fft (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft32.c77 struct ComplexFloat *true_fft; local
80 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
81 GenerateTestSignalAndFFT(test_signal, true_fft, size, signal_type,
92 fft[k].Re = 0.5 + true_fft[k].Re;
93 fft[k].Im = 0.5 + true_fft[k].Im;
97 free(true_fft);
H A Dtest_float_rfft.c103 struct ComplexFloat *true_fft; local
106 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
107 GenerateTestSignalAndFFT(test_signal, true_fft, size, signal_type,
119 fft[k].Re = true_fft[k].Re;
120 fft[k].Im = true_fft[k].Im;
124 free(true_fft);
H A Dtest_rfft16_s32.c71 struct ComplexFloat *true_fft; local
74 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
75 GenerateTestSignalAndFFT(test_signal, true_fft, size, signal_type,
87 fft[k].Re = true_fft[k].Re + 0.5;
88 fft[k].Im = true_fft[k].Im + 0.5;
92 free(true_fft);
H A Dtest_rfft32.c75 struct ComplexFloat *true_fft; local
78 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
79 GenerateTestSignalAndFFT(test_signal, true_fft, size,
91 fft[k].Re = 0.5 + true_fft[k].Re;
92 fft[k].Im = 0.5 + true_fft[k].Im;
96 free(true_fft);
H A Dtest_fft_time.c418 struct ComplexFloat *true_fft; local
421 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
422 GenerateTestSignalAndFFT(test_signal, true_fft, size, signal_type,
434 fft[k].Re = true_fft[k].Re;
435 fft[k].Im = true_fft[k].Im;
439 free(true_fft);
536 struct ComplexFloat *true_fft; local
539 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * siz
718 struct ComplexFloat *true_fft; local
900 struct ComplexFloat *true_fft; local
1171 struct ComplexFloat *true_fft; local
[all...]

Completed in 52 milliseconds