Lines Matching defs:in

5  *  that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
15 const OMX_F32 *in,
20 const OMX_F32 *in,
25 const OMX_F32 *in,
30 const OMX_F32 *in,
35 const OMX_F32 *in,
43 const OMX_F32 *in,
51 const OMX_F32 *in,
59 const OMX_F32 *in,
67 const OMX_F32 *in,
73 const OMX_F32 *in,
79 const OMX_F32 *in,
85 const OMX_F32 *in,
91 const OMX_F32 *in,
97 const OMX_F32 *in,
103 const OMX_F32 *in,
109 const OMX_F32 *in,
124 OMX_F32 *in = buf1;
128 x86SP_FFT_CToC_FC32_Fwd_Radix4_fs(src, in, n);
130 x86SP_FFT_CToC_FC32_Inv_Radix4_fs(src, in, n);
137 x86SP_FFT_CToC_FC32_Fwd_Radix4_ms(in, out, twiddle,
140 x86SP_FFT_CToC_FC32_Inv_Radix4_ms(in, out, twiddle,
145 out = in;
146 in = temp;
151 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls(in, out, twiddle, n);
153 x86SP_FFT_CToC_FC32_Fwd_Radix4_ls(in, out, twiddle, n);
156 x86SP_FFT_CToC_FC32_Inv_Radix2_ls(in, out, twiddle, n);
158 x86SP_FFT_CToC_FC32_Inv_Radix4_ls(in, out, twiddle, n);
174 OMX_F32 *in, *out;
175 in = buf1;
179 x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse(src, in, n);
181 x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse(src, in, n);
188 x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse(in, out, twiddle,
191 x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse(in, out, twiddle,
196 out = in;
197 in = temp;
203 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse(in, out, twiddle, n);
205 x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse(in, out, twiddle, n);
208 x86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse(in, out, twiddle, n);
210 x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse(in, out, twiddle, n);