Searched defs:in (Results 126 - 150 of 1566) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ls.c5 * 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,
25 const OMX_F32 *in0 = in + i;
14 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse.c5 * 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.
16 const OMX_F32 *in,
40 const OMX_F32 *t = in + i;
15 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c5 * 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,
31 const OMX_F32 *in0 = in + set + grp * sub_num;
14 x86SP_FFT_CToC_FC32_Fwd_Radix2_ms( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n, OMX_INT sub_size, OMX_INT sub_num) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c5 * 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,
23 out[i] = in[i << 1];
24 out[i + n] = in[(i << 1) + 1];
27 // As we have already moved data from [in] to [out],
28 // next calculation will be produced in i
14 x86SP_FFT_CToC_FC32_Fwd_Radix4_fs( const OMX_F32 *in, OMX_F32 *out, OMX_INT n) argument
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ls.c5 * 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,
25 const OMX_F32 *in0 = in + i;
14 x86SP_FFT_CToC_FC32_Inv_Radix2_ls( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse.c5 * 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.
16 const OMX_F32 *in,
36 const OMX_F32 *t = in + i;
15 x86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ms.c5 * 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,
31 const OMX_F32 *in0 = in + set + grp * sub_num;
14 x86SP_FFT_CToC_FC32_Inv_Radix2_ms( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n, OMX_INT sub_size, OMX_INT sub_num) argument
H A Dx86SP_FFT_F32_radix2_kernel.c5 * 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.
16 const OMX_F32 *in,
21 const OMX_F32 *in,
26 const OMX_F32 *in,
34 const OMX_F32 *in,
42 const OMX_F32 *in,
64 OMX_F32 *in = buf1; local
[all...]
H A Dx86SP_FFT_F32_radix4_kernel.c5 * 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,
124 OMX_F32 *in = buf1; local
174 OMX_F32 *in, *out; local
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A DLPC_analysis_filter.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
44 const opus_int16 *in, /* I Input signal */
70 mem[ j ] = in[ d - j - 1 ];
72 celt_fir( in + d, num, out + d, len - d, d, mem );
78 in_ptr = &in[ ix - 1 ];
42 silk_LPC_analysis_filter( opus_int16 *out, const opus_int16 *in, const opus_int16 *B, const opus_int32 len, const opus_int32 d ) argument
H A Dana_filt_bank_1.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
40 const opus_int16 *in, /* I Input signal [N] */
50 /* Internal variables and state are in Q10 format */
53 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k ], 10 );
62 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k + 1 ], 10 );
39 silk_ana_filt_bank_1( const opus_int16 *in, opus_int32 *S, opus_int16 *outL, opus_int16 *outH, const opus_int32 N ) argument
H A Dbiquad_alt.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
43 const opus_int16 *in, /* I input signal */
56 /* Negate A_Q28 values and split in two parts */
64 inval = in[ k * stride ];
42 silk_biquad_alt( const opus_int16 *in, const opus_int32 *B_Q28, const opus_int32 *A_Q28, opus_int32 *S, opus_int16 *out, const opus_int32 len, opus_int stride ) argument
H A Dresampler.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
54 /* in \ out 8 12 16 */
63 /* in \ out 8 12 16 24 48 */
177 const opus_int16 in[], /* I Input signal */
191 silk_memcpy( &S->delayBuf[ S->inputDelay ], in, nSamples * sizeof( opus_int16 ) );
196 silk_resampler_private_up2_HQ_wrapper( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
200 silk_resampler_private_IIR_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
204 silk_resampler_private_down_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSample
174 silk_resampler( silk_resampler_state_struct *S, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
[all...]
H A Dresampler_private_IIR_FIR.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
47 /* Interpolate upsampled signal and store in output array */
68 const opus_int16 in[], /* I Input signal */
89 silk_resampler_private_up2_HQ( S->sIIR, &buf[ RESAMPLER_ORDER_FIR_12 ], in, nSamplesIn );
93 in += nSamplesIn;
65 silk_resampler_private_IIR_FIR( void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
H A Dresampler_private_up2_HQ.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
41 const opus_int16 *in, /* I Input signal [ len ] */
55 /* Internal variables and state are in Q10 format */
58 in32 = silk_LSHIFT( (opus_int32)in[ k ], 10 );
78 /* Apply gain in Q15, convert back to int16 and store to output */
99 /* Apply gain in Q15, convert back to int16 and store to output */
107 const opus_int16 *in, /* I Input signal [ len ] */
112 silk_resampler_private_up2_HQ( S->sIIR, out, in, le
38 silk_resampler_private_up2_HQ( opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
104 silk_resampler_private_up2_HQ_wrapper( void *SS, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
[all...]
/external/chromium_org/third_party/opus/src/silk/float/
H A DSigProc_FLP.h3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
48 const silk_float chirp /* I chirp factor (typically in range (0..1) ) */
114 const opus_int nb_subfr, /* I number of subframes stacked in x */
171 const silk_float *in,
177 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) );
184 const opus_int16 *in,
190 out[k] = (silk_float)in[k];
169 silk_float2short_array( opus_int16 *out, const silk_float *in, opus_int32 length ) argument
182 silk_short2float_array( silk_float *out, const opus_int16 *in, opus_int32 length ) argument
/external/chromium_org/third_party/opus/src/src/
H A Dmlp.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
93 void mlp_process(const MLP *m, const opus_val16 *in, opus_val16 *out)
104 sum = MAC16_16(sum, in[k],*W++);
117 void mlp_process(const MLP *m, const float *in, float *out) argument
128 sum = sum + in[k]**W++;
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_padding.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
28 /* Check for overflow in reading the padding length.
48 unsigned char *in = malloc(PACKETSIZE); local
52 if (!in || !out) {
56 in[0] = 0xff;
57 in[1] = 0x41;
58 memset(in + 2, 0xff, PACKETSIZE - 3);
59 in[PACKETSIZ
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Djson_unittest.cc5 * 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.
167 std::vector<T> in; local
168 in.push_back(a);
169 in.push_back(b);
170 in.push_back(c);
171 return in;
184 std::vector<Json::Value> in = VecOf3<Json::Value>("a", "b", "c"); local
200 std::vector<int> in = VecOf3<int>(1, 2, 3); local
216 std::vector<unsigned int> in = VecOf3<unsigned int>(1, 2, 3); local
232 std::vector<std::string> in = VecOf3<std::string>("a", "b", "c"); local
248 std::vector<bool> in = VecOf3<bool>(false, true, false); local
264 std::vector<double> in = VecOf3<double>(1.0, 2.0, 3.0); local
[all...]
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter_neon.cc5 * 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.
35 // The coefficients are reversed to compensate for the order in which the
45 void FIRFilterNEON::Filter(const float* in, size_t length, float* out) { argument
48 memcpy(&state_[state_length_], in, length * sizeof(*in));
50 // Convolves the input signal |in| wit
[all...]
H A Dfir_filter_sse.cc5 * 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.
35 // The coefficients are reversed to compensate for the order in which the
45 void FIRFilterSSE2::Filter(const float* in, size_t length, float* out) { argument
48 memcpy(&state_[state_length_], in, length * sizeof(*in));
50 // Convolves the input signal |in| wit
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_48khz.c5 * 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.
14 * The description header can be found in signal_processing_library.h
27 void WebRtcSpl_Resample48khzTo16khz(const int16_t* in, int16_t* out, argument
31 // int16_t in[480]
34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
37 // int32_t in[48
65 WebRtcSpl_Resample16khzTo48khz(const int16_t* in, int16_t* out, WebRtcSpl_State16khzTo48khz* state, int32_t* tmpmem) argument
103 WebRtcSpl_Resample48khzTo8khz(const int16_t* in, int16_t* out, WebRtcSpl_State48khzTo8khz* state, int32_t* tmpmem) argument
148 WebRtcSpl_Resample8khzTo48khz(const int16_t* in, int16_t* out, WebRtcSpl_State8khzTo48khz* state, int32_t* tmpmem) argument
[all...]
H A Dresample_by_2_internal.c5 * 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.
31 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out, argument
42 tmp0 = in[i << 1];
64 in[i << 1] = (state[3] >> 1);
67 in++;
72 tmp0 = in[
124 WebRtcSpl_DownBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, int32_t *state) argument
200 WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, int32_t *state) argument
270 WebRtcSpl_UpBy2IntToInt(const int32_t *in, int32_t len, int32_t *out, int32_t *state) argument
340 WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len, int16_t *out, int32_t *state) argument
419 WebRtcSpl_LPBy2ShortToInt(const int16_t* in, int32_t len, int32_t* out, int32_t* state) argument
552 WebRtcSpl_LPBy2IntToInt(const int32_t* in, int32_t len, int32_t* out, int32_t* state) argument
[all...]
H A Dspl_sqrt.c5 * 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.
14 * The description header can be found in signal_processing_library.h
20 int32_t WebRtcSpl_SqrtLocal(int32_t in);
22 int32_t WebRtcSpl_SqrtLocal(int32_t in) argument
29 y=in/2
36 B = in;
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/
H A Dgenmacro.c7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
37 FILE *in, *out; local
66 in = fopen(argv[i], "rt");
67 if (!in) {
76 while (fgets(str, MAXLINE, in)) {
125 fclose(in);

Completed in 375 milliseconds

1234567891011>>