Searched refs:in2 (Results 1 - 25 of 46) sorted by relevance

12

/external/quake/quake/src/QW/client/
H A Dmathlib.c431 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]) argument
433 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
434 in1[0][2] * in2[2][0];
435 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
436 in1[0][2] * in2[2][1];
437 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
438 in1[0][2] * in2[
459 R_ConcatTransforms(float in1[3][4], float in2[3][4], float out[3][4]) argument
[all...]
H A Dmathlib.h61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
/external/quake/quake/src/WinQuake/
H A Dmathlib.cpp433 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]) argument
435 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
436 in1[0][2] * in2[2][0];
437 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
438 in1[0][2] * in2[2][1];
439 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
440 in1[0][2] * in2[
461 R_ConcatTransforms(float in1[3][4], float in2[3][4], float out[3][4]) argument
[all...]
H A Dmathlib.h61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComposite.cpp204 FilterEffect* in2 = inputEffect(1); local
206 in2->apply();
207 if (!in->hasResult() || !in2->hasResult())
218 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
219 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect);
233 filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage(in2->absolutePaintRect()));
238 filterContext->clipToImageBuffer(in2->asImageBuffer(), drawingRegionOfInputImage(in2->absolutePaintRect()));
244 filterContext->drawImageBuffer(in2
[all...]
H A DFEBlend.cpp99 FilterEffect* in2 = inputEffect(1); local
101 in2->apply();
102 if (!in->hasResult() || !in2->hasResult())
115 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
116 RefPtr<ByteArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect);
H A DFEDisplacementMap.cpp96 FilterEffect* in2 = inputEffect(1); local
98 in2->apply();
99 if (!in->hasResult() || !in2->hasResult())
112 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
113 RefPtr<ByteArray> srcPixelArrayB = in2->asUnmultipliedImage(effectBDrawingRect);
/external/libvpx/vp8/decoder/mips/
H A Ddequantize_mips.c59 unsigned int in1, dq1, x1, in2, dq2; local
65 "lh %[in2], 2(%[input]) \n\t"
67 "append %[in1], %[in2], 16 \n\t"
75 [in2] "=&r" (in2), [dq2] "=&r" (dq2)
120 unsigned int in1, dq1, x1, in2, dq2; local
128 "lh %[in2], 4(%[input]) \n\t"
130 "append %[in1], %[in2], 16 \n\t"
138 [in2] "=&r" (in2), [dq
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGFEBlendElement.idl42 readonly attribute SVGAnimatedString in2;
H A DSVGFEDisplacementMapElement.idl41 readonly attribute SVGAnimatedString in2;
H A DSVGFEBlendElement.h48 DECLARE_ANIMATED_STRING(In2, in2)
H A DSVGFECompositeElement.idl43 readonly attribute SVGAnimatedString in2;
H A DSVGFECompositeElement.h49 DECLARE_ANIMATED_STRING(In2, in2)
H A DSVGFEDisplacementMapElement.h50 DECLARE_ANIMATED_STRING(In2, in2)
H A DSVGFEBlendElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::in2Attr, In2, in2)
131 FilterEffect* input2 = filterBuilder->getEffectById(in2());
/external/webrtc/src/common_audio/signal_processing/
H A Dresample.c312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2, argument
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[
358 WebRtcSpl_DotProdIntToShort(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1, WebRtc_Word16* out2) argument
[all...]
H A Dresample_fractional.c149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2, argument
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[
[all...]
H A Dilbc_specific_functions.c75 G_CONST WebRtc_Word16 *in2, WebRtc_Word16 vector_length,
81 G_CONST WebRtc_Word16 *in2ptr = in2;
74 WebRtcSpl_AddVectorsAndShift(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in1, G_CONST WebRtc_Word16 *in2, WebRtc_Word16 vector_length, WebRtc_Word16 right_shifts) argument
H A Dvector_scaling_operations.c133 G_CONST WebRtc_Word16 *in2, WebRtc_Word16 gain2, int shift2,
136 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
143 in2ptr = in2;
132 WebRtcSpl_ScaleAndAddVectors(G_CONST WebRtc_Word16 *in1, WebRtc_Word16 gain1, int shift1, G_CONST WebRtc_Word16 *in2, WebRtc_Word16 gain2, int shift2, WebRtc_Word16 *out, int vector_length) argument
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DUrlAssetInfo.java51 InputStream in2 = in;
53 return in2;
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java116 InputStream in2 = urlConnection2.getInputStream();
117 assertEquals('D', in2.read());
118 assertEquals('E', in2.read());
119 assertEquals('F', in2.read());
120 assertEquals(-1, in2.read());
/external/mesa3d/src/pixelflinger2/
H A Dllvm_helper.h32 static Value * minIntScalar(IRBuilder<> &builder, Value * in1, Value * in2) argument
34 Value * cmp = builder.CreateICmpSLT(in1, in2);
35 return builder.CreateSelect(cmp, in1, in2);
38 static Value * maxIntScalar(IRBuilder<> &builder, Value * in1, Value * in2) argument
40 Value * cmp = builder.CreateICmpSGT(in1, in2);
41 return builder.CreateSelect(cmp, in1, in2);
104 static Value * intVecMax(IRBuilder<> & builder, Value * in1, Value * in2) argument
107 std::vector<Value *> vec2 = extractVector(builder, in2);
115 static Value * intVecMin(IRBuilder<> & builder, Value * in1, Value * in2) argument
118 std::vector<Value *> vec2 = extractVector(builder, in2);
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix4f.java993 * @param in2
997 public Matrix4f mult(Matrix4f in2) { argument
998 return mult(in2, null);
1006 * @param in2
1009 * where to store the result. It is safe for in2 and store to be
1013 public Matrix4f mult(Matrix4f in2, Matrix4f store) { argument
1023 temp00 = m00 * in2.m00
1024 + m01 * in2.m10
1025 + m02 * in2.m20
1026 + m03 * in2
1121 multLocal(Matrix4f in2) argument
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
H A DAndroidLocator.java31 InputStream in2 = in;
33 return in2;
/external/openssl/crypto/des/
H A Dxcbc_enc.c120 register const unsigned char *in2; local
125 in2 = &(*inw)[0];
126 c2l(in2,inW0);
127 c2l(in2,inW1);
128 in2 = &(*outw)[0];
129 c2l(in2,outW0);
130 c2l(in2,outW1);

Completed in 1177 milliseconds

12