OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_S16
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/openmax_dl/dl/sp/api/
omxSP.h
79
const
OMX_S16
*pSrc,
80
OMX_S16
*pDst,
112
const
OMX_S16
*pSrc1,
113
const
OMX_S16
*pSrc2,
150
const
OMX_S16
*pSrc1,
151
const
OMX_S16
*pSrc2,
189
const
OMX_S16
*pSrc,
292
const
OMX_S16
*pSrc,
293
OMX_S16
*pDst,
295
const
OMX_S16
*pTapsQ15
[
all
...]
armSP.h
74
OMX_S16
*pBuf;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
compare.h
39
void CompareReal16(struct SnrResult* snr,
OMX_S16
* actual,
40
OMX_S16
* expected, int size);
test_rfft16_s16.c
94
OMX_S16
* x;
161
status = omxSP_FFTFwd_RToCCS_S16_Sfs(x, (
OMX_S16
*) y, fft_fwd_spec, scale_factor);
184
OMX_S16
* x_scaled;
185
OMX_S16
* z;
218
x_scaled = (
OMX_S16
*) malloc(sizeof(*x_scaled) * fft_size);
254
y_scaled[n].Re = (
OMX_S16
)(0.5 + y_true[n].Re * scale);
255
y_scaled[n].Im = (
OMX_S16
)(0.5 + y_true[n].Im * scale);
271
status = omxSP_FFTInv_CCSToR_S16_Sfs((
OMX_S16
const *)y_scaled, z, fft_inv_spec, 0);
test_rfft16_s32.c
68
void GenerateSignal(
OMX_S16
* x, OMX_SC32* fft, int size, int signal_type) {
97
OMX_S16
* x;
163
OMX_S16
* x;
165
OMX_S16
* z;
test_util.h
160
void DumpArrayReal16(const char* array_name, int count, const
OMX_S16
* array);
compare.c
139
void CompareReal16(struct SnrResult* snr,
OMX_S16
* actual,
140
OMX_S16
* expected, int size) {
test_fft_time.c
896
void GenerateRFFT16Signal(
OMX_S16
* x, OMX_SC32* fft, int size, int signal_type,
930
OMX_S16
* x;
932
OMX_S16
* z;
945
OMX_S16
* temp16;
978
temp16 = (
OMX_S16
*) malloc(sizeof(*temp16) * fft_size);
1031
status = omxSP_FFTFwd_RToCCS_S16_Sfs(x, (
OMX_S16
*)y,
1053
status = omxSP_FFTFwd_RToCCS_S16_Sfs(x, (
OMX_S16
*)y,
1096
status = omxSP_FFTInv_CCSToR_S16_Sfs((
OMX_S16
*)y, z,
[
all
...]
test_util.c
191
* Arrays with elements of type
OMX_S16
, OMX_S32, OMX_SC32, OMX_F32,
195
const
OMX_S16
* array) {
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
omxSP_FFTGetBufSize_R_S16.c
66
+ sizeof(
OMX_S16
) * (N << 1)
omxSP_FFTInit_R_S16.c
58
OMX_S16
*pBuf = NULL;
62
OMX_S16
x = 0, y = 0, xNeg = 0;
84
pBuf = (
OMX_S16
*) (sizeof(OMX_SC16) * (5 * N / 8) + (OMX_S8*)pTwiddle);
89
pBuf = (
OMX_S16
*)((OMX_S8*)pBuf + (32 - pTmp));
127
OMX_S16
x_neg = 0, y_neg = 0;
190
OMX_S16
x_neg = 0, y_neg = 0;
omxSP_FFTInit_C_SC16.c
70
OMX_S16
x,y,xNeg;
/external/chromium_org/third_party/openmax_dl/dl/api/
omxtypes.h
122
/*
OMX_S16
*/
124
typedef signed short int
OMX_S16
;
126
typedef signed int
OMX_S16
;
128
#error
OMX_S16
undefined
182
OMX_S16
Re; /** Real part */
183
OMX_S16
Im; /** Imaginary part */
Completed in 36 milliseconds