HomeSort by relevance Sort by last modified time
    Searched refs:in2 (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
interpolate.h 31 int16_t *in2, /* (i) second input vector */
interpolate.c 29 int16_t *in2, /* (i) second input vector */
37 Performs the operation out[i] = in[i]*coef + (1-coef)*in2[i] (with rounding)
43 (WEBRTC_SPL_MUL_16_16(coef, in1[i]) + WEBRTC_SPL_MUL_16_16(invcoef, in2[i]))+8192,
  /external/chromium_org/crypto/
curve25519-donna.c 68 /* Multiply two numbers: output = in2 * in
73 static void fproduct(limb *output, const limb *in2, const limb *in) {
74 output[0] = ((limb) ((s32) in2[0])) * ((s32) in[0]);
75 output[1] = ((limb) ((s32) in2[0])) * ((s32) in[1]) +
76 ((limb) ((s32) in2[1])) * ((s32) in[0]);
77 output[2] = 2 * ((limb) ((s32) in2[1])) * ((s32) in[1]) +
78 ((limb) ((s32) in2[0])) * ((s32) in[2]) +
79 ((limb) ((s32) in2[2])) * ((s32) in[0]);
80 output[3] = ((limb) ((s32) in2[1])) * ((s32) in[2]) +
81 ((limb) ((s32) in2[2])) * ((s32) in[1])
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_mips.c 28 int16_t *in2 = (int16_t*)in_vector2; local
39 "lh %[r1], 0(%[in2]) \n\t"
44 "addiu %[in2], %[in2], 2 \n\t"
48 [in2] "+r" (in2), [r0] "=&r" (r0), [r1] "=&r" (r1)
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const int32_t* in1, const int32_t* in2,
322 tmp2 += coef * in2[-0];
326 tmp2 += coef * in2[-1];
330 tmp2 += coef * in2[-2];
334 tmp2 += coef * in2[-3];
338 tmp2 += coef * in2[-4];
342 tmp2 += coef * in2[-5];
346 tmp2 += coef * in2[-6];
350 tmp2 += coef * in2[-7];
354 *out2 = tmp2 + coef * in2[-8]
    [all...]
resample_fractional.c 149 static void WebRtcSpl_ResampDotProduct(const int32_t *in1, const int32_t *in2,
159 tmp2 += coef * in2[-0];
163 tmp2 += coef * in2[-1];
167 tmp2 += coef * in2[-2];
171 tmp2 += coef * in2[-3];
175 tmp2 += coef * in2[-4];
179 tmp2 += coef * in2[-5];
183 tmp2 += coef * in2[-6];
187 tmp2 += coef * in2[-7];
191 *out2 = tmp2 + coef * in2[-8]
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 25 const OMX_F32 *in2 = in1 + n_by_4; local
26 const OMX_F32 *in3 = in2 + n_by_4;
36 // CADD t0, in0, in2
37 t0.Re = in0[0] + in2[0];
38 t0.Im = in0[n] + in2[n];
40 // CSUB t1, in0, in2
41 t1.Re = in0[0] - in2[0];
42 t1.Im = in0[n] - in2[n];
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 38 const OMX_F32 *in2 = in1 + 1; local
39 const OMX_F32 *in3 = in2 + 1;
48 // CMUL tt2, tw2, in2
49 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n];
50 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0];
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 38 const OMX_F32 *in2 = in1 + 1; local
39 const OMX_F32 *in3 = in2 + 1;
48 // CMUL tt2, Tw2, in2
49 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n];
50 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0];
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 36 const OMX_F32 *in2 = in1 + n_by_2; local
37 const OMX_F32 *in3 = in2 + n_by_2;
45 VC_LOAD_SHUFFLE(&(v_t2.real), &(v_t2.imag), in2);
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 38 const OMX_F32 *in2 = in1 + set_count; local
39 const OMX_F32 *in3 = in2 + set_count;
44 // CADD t0, in0, in2
45 t0.Re = in0[0] + in2[0];
46 t0.Im = in0[n] + in2[n];
48 // CSUB t1, in0, in2
49 t1.Re = in0[0] - in2[0];
50 t1.Im = in0[n] - in2[n];
96 const OMX_F32 *in2 = in1 + set_count; local
97 const OMX_F32 *in3 = in2 + set_count
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 35 const OMX_F32 *in2 = in1 + n_by_4; local
36 const OMX_F32 *in3 = in2 + n_by_4;
44 VC_LOAD_SPLIT(&v_t2, in2, n);
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 38 const OMX_F32 *in2 = in1 + set_count; local
39 const OMX_F32 *in3 = in2 + set_count;
44 // CADD t0, in0, in2
45 t0.Re = in0[0] + in2[0];
46 t0.Im = in0[n] + in2[n];
48 // CSUB t1, in0, in2
49 t1.Re = in0[0] - in2[0];
50 t1.Im = in0[n] - in2[n];
96 const OMX_F32 *in2 = in1 + set_count; local
97 const OMX_F32 *in3 = in2 + set_count
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEBlendElement.idl 41 readonly attribute SVGAnimatedString in2;
SVGFEDisplacementMapElement.idl 39 readonly attribute SVGAnimatedString in2;
SVGFECompositeElement.idl 41 readonly attribute SVGAnimatedString in2;
  /system/core/libmincrypt/
p256_ec.c 214 /* felem_sum sets out = in+in2.
216 * On entry, in[i]+in2[i] must not overflow a 32-bit word.
218 static void felem_sum(felem out, const felem in, const felem in2) {
223 out[i] = in[i] + in2[i];
232 out[i] = in[i] + in2[i];
251 /* felem_diff sets out = in-in2.
254 * in2[0,2,...] < 2**30, in2[1,3,...] < 2**29.
256 static void felem_diff(felem out, const felem in, const felem in2) {
261 out[i] = in[i] - in2[i]
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2,
322 tmp2 += coef * in2[-0];
326 tmp2 += coef * in2[-1];
330 tmp2 += coef * in2[-2];
334 tmp2 += coef * in2[-3];
338 tmp2 += coef * in2[-4];
342 tmp2 += coef * in2[-5];
346 tmp2 += coef * in2[-6];
350 tmp2 += coef * in2[-7];
354 *out2 = tmp2 + coef * in2[-8]
    [all...]
resample_fractional.c 149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2,
159 tmp2 += coef * in2[-0];
163 tmp2 += coef * in2[-1];
167 tmp2 += coef * in2[-2];
171 tmp2 += coef * in2[-3];
175 tmp2 += coef * in2[-4];
179 tmp2 += coef * in2[-5];
183 tmp2 += coef * in2[-6];
187 tmp2 += coef * in2[-7];
191 *out2 = tmp2 + coef * in2[-8]
    [all...]
  /external/chromium_org/ipc/
ipc_sync_message_unittest.cc 60 void On_2_1(int in1, bool in2, bool* out1) {
62 DCHECK(!in2);
66 void On_2_2(bool in1, int in2, bool* out1, int* out2) {
68 DCHECK_EQ(2, in2);
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) {
75 DCHECK(in2);
81 void On_3_1(int in1, bool in2, std::string in3, bool* out1) {
83 DCHECK(!in2);
88 void On_3_2(std::string in1, bool in2, int in3, bool* out1, int* out2) {
90 DCHECK(!in2);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEBlend.cpp 81 FilterEffect* in2 = inputEffect(1); local
86 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
87 RefPtr<Uint8ClampedArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect);
117 FilterEffect* in2 = inputEffect(1); local
125 ImageBuffer* imageBuffer2 = in2->asImageBuffer();
129 filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()));
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 63 TaskCase::Value in2(1.0f);
65 void* inputs[4] = { &in0, &in1, &in2, &in3 };
86 ASSERT_TRUE(in2 == out2);
159 android::sp<Buffer> in2(new Buffer(8, 8, false));
160 char* data2 = in2->getData();
161 for (size_t i = 0; i < in2->getSize(); i++) {
173 void* inputs[8] = { &in0, &in1, &in2, &in3, &in4, &in5, &in6, &in7 };
193 ASSERT_TRUE(*(in2.get()) == *(out1.get()));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 32 static bool verify_float4(rs_allocation in1, rs_allocation in2)
39 float4 ptst = rsGetElementAt_float4(in2, x, y);
54 static bool verify_float3(rs_allocation in1, rs_allocation in2)
61 float3 ptst = rsGetElementAt_float3(in2, x, y);
75 static bool verify_float2(rs_allocation in1, rs_allocation in2)
82 float2 ptst = rsGetElementAt_float2(in2, x, y);
95 static bool verify_float(rs_allocation in1, rs_allocation in2)
102 float ptst = rsGetElementAt_float(in2, x, y);
114 static bool verify_uchar4(rs_allocation in1, rs_allocation in2)
122 int4 ptst = convert_int4(rsGetElementAt_uchar4(in2, x, y))
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 37 static bool verify_float4(rs_allocation in1, rs_allocation in2)
44 float4 ptst = rsGetElementAt_float4(in2, x, y);
59 static bool verify_float3(rs_allocation in1, rs_allocation in2)
66 float3 ptst = rsGetElementAt_float3(in2, x, y);
80 static bool verify_float2(rs_allocation in1, rs_allocation in2)
87 float2 ptst = rsGetElementAt_float2(in2, x, y);
100 static bool verify_float(rs_allocation in1, rs_allocation in2)
107 float ptst = rsGetElementAt_float(in2, x, y);
119 static bool verify_uchar4(rs_allocation in1, rs_allocation in2)
127 int4 ptst = convert_int4(rsGetElementAt_uchar4(in2, x, y))
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
synthesis-dct8.c 92 double in0,in1,in2,in3; local
97 in2 = FLOAT_SCALE(in[2], DCTII_8_SHIFT_IN); OI_ASSERT(VALID_INT32(in2));
106 L02 = (in2 + in5); OI_ASSERT(VALID_INT32(L02));
110 L05 = (in2 - in5); OI_ASSERT(VALID_INT32(L05));
217 OI_INT32 in0,in1,in2,in3; local
223 in2 = SCALE(in[2], DCTII_8_SHIFT_IN);
232 in2 = in[2];
242 L02 = in2 + in5;
246 L05 = in2 - in5
    [all...]

Completed in 2911 milliseconds

1 2 3 4 5 6