HomeSort by relevance Sort by last modified time
    Searched refs:n_by_4 (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 20 OMX_INT n_by_4 = n >> 2; local
23 for (i = 0; i < n_by_4; i += 4) {
34 const OMX_F32 *in1 = in0 + n_by_4;
35 const OMX_F32 *in2 = in1 + n_by_4;
36 const OMX_F32 *in3 = in2 + n_by_4;
38 OMX_F32 *out1 = out0 + n_by_4;
39 OMX_F32 *out2 = out1 + n_by_4;
40 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 19 OMX_INT n_by_4 = n >> 2; local
22 for (i = 0; i < n_by_4; i++) {
24 const OMX_F32 *in1 = in0 + n_by_4;
25 const OMX_F32 *in2 = in1 + n_by_4;
26 const OMX_F32 *in3 = in2 + n_by_4;
27 OMX_F32 *out1 = out0 + n_by_4;
28 OMX_F32 *out2 = out1 + n_by_4;
29 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 21 OMX_INT n_by_4 = n >> 2; local
39 OMX_F32 *out1 = out0 + n_by_4;
40 OMX_F32 *out2 = out1 + n_by_4;
41 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 19 OMX_INT n_by_4 = n >> 2; local
29 for (i = 0; i < n_by_4; i++) {
31 OMX_F32 *out1 = out0 + n_by_4;
32 OMX_F32 *out2 = out1 + n_by_4;
33 OMX_F32 *out3 = out2 + n_by_4;
omxSP_FFTFwd_RToCCS_F32_Sfs.c 71 OMX_INT n_by_4 = n >> 2; local
78 for (i = 1, j = n_by_2 - 1; i < n_by_4; i++, j--) {
104 out[n_by_2] = in[n_by_4];
105 out[n_by_2 + 1] = -in[n_by_4 + n_by_2];
122 OMX_INT n_by_4 = n >> 2; local
135 for (i = 0, j = n_by_2 - 3; i < n_by_4; i += 4, j -= 4) {
167 out[n_by_2] = in[n_by_4];
168 out[n_by_2 + 1] = -in[n_by_4 + n_by_2];
180 OMX_INT n_by_4; local
202 n_by_4 = n >> 2
    [all...]
omxSP_FFTInv_CCSToR_F32_Sfs.c 67 OMX_INT n_by_4 = n >> 2; local
104 out[n_by_4] = 2.0f * in[n_by_2];
105 out[n_by_4 + n_by_2] = -2.0f * in[n_by_2 + 1];
120 OMX_INT n_by_4 = n >> 2; local
132 for (i = 0, j = n_by_2 - 3; i < n_by_4; i += 4, j -= 4) {
163 out[n_by_4] = 2.0f * in[n_by_2];
164 out[n_by_4 + n_by_2] = -2.0f * in[n_by_2 + 1];
175 OMX_INT n_by_4; local
197 n_by_4 = n >> 2;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 20 OMX_INT n_by_4 = n >> 2; local
40 OMX_F32 *out1 = out0 + n_by_4;
41 OMX_F32 *out2 = out1 + n_by_4;
42 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c 21 OMX_INT n_by_4 = n >> 2; local
35 OMX_F32 *out1 = out0 + n_by_4;
36 OMX_F32 *out2 = out1 + n_by_4;
37 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 20 OMX_INT n_by_4 = n >> 2; local
40 OMX_F32 *out1 = out0 + n_by_4;
41 OMX_F32 *out2 = out1 + n_by_4;
42 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c 21 OMX_INT n_by_4 = n >> 2; local
35 OMX_F32 *out1 = out0 + n_by_4;
36 OMX_F32 *out2 = out1 + n_by_4;
37 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 24 OMX_INT n_by_4 = n >> 2; local
95 OMX_F32 *out1 = out0 + n_by_4;
96 OMX_F32 *out2 = out1 + n_by_4;
97 OMX_F32 *out3 = out2 + n_by_4;
121 OMX_INT n_by_4 = n >> 2; local
152 OMX_F32 *out1 = out0 + n_by_4;
153 OMX_F32 *out2 = out1 + n_by_4;
154 OMX_F32 *out3 = out2 + n_by_4;
201 OMX_F32 *out1 = out0 + n_by_4;
202 OMX_F32 *out2 = out1 + n_by_4;
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 24 OMX_INT n_by_4 = n >> 2; local
95 OMX_F32 *out1 = out0 + n_by_4;
96 OMX_F32 *out2 = out1 + n_by_4;
97 OMX_F32 *out3 = out2 + n_by_4;
121 OMX_INT n_by_4 = n >> 2; local
152 OMX_F32 *out1 = out0 + n_by_4;
153 OMX_F32 *out2 = out1 + n_by_4;
154 OMX_F32 *out3 = out2 + n_by_4;
201 OMX_F32 *out1 = out0 + n_by_4;
202 OMX_F32 *out2 = out1 + n_by_4;
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 25 OMX_INT n_by_4 = n >> 2; local
40 OMX_F32 *out1 = out0 + n_by_4;
41 OMX_F32 *out2 = out1 + n_by_4;
42 OMX_F32 *out3 = out2 + n_by_4;
98 OMX_F32 *out1 = out0 + n_by_4;
99 OMX_F32 *out2 = out1 + n_by_4;
100 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 25 OMX_INT n_by_4 = n >> 2; local
40 OMX_F32 *out1 = out0 + n_by_4;
41 OMX_F32 *out2 = out1 + n_by_4;
42 OMX_F32 *out3 = out2 + n_by_4;
98 OMX_F32 *out1 = out0 + n_by_4;
99 OMX_F32 *out2 = out1 + n_by_4;
100 OMX_F32 *out3 = out2 + n_by_4;
x86SP_FFT_F32_radix4_kernel.c 123 OMX_INT n_by_4 = n >> 2; local
132 for (sub_size = 4, sub_num = n_by_4;
133 sub_size < n_by_4;
173 OMX_INT n_by_4 = n >> 2; local
183 for (sub_size = 4, sub_num = n_by_4;
184 sub_size < n_by_4;

Completed in 79 milliseconds