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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEBlendElement.h 36 SVGAnimatedString* in2() { return m_in2.get(); } function in class:WebCore::FINAL
SVGFEDisplacementMapElement.h 40 SVGAnimatedString* in2() { return m_in2.get(); } function in class:WebCore::FINAL
SVGFECompositeElement.h 42 SVGAnimatedString* in2() { return m_in2.get(); } function in class:WebCore::FINAL
  /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)
  /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_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_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_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_Fwd_Radix4_ls_sse.c 33 const OMX_F32 *in2 = in1 + 4; local
34 const OMX_F32 *in3 = in2 + 4;
70 VC_LOAD_MATRIX_TRANSPOSE(&v_t0, &v_t1, &v_t2, &v_t3, in0, in1, in2, in3, n);
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_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_sse.c 33 const OMX_F32 *in2 = in1 + 4; local
34 const OMX_F32 *in3 = in2 + 4;
70 VC_LOAD_MATRIX_TRANSPOSE(&v_t0, &v_t1, &v_t2, &v_t3, in0, in1, in2, in3, 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...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 135 const OMX_F32 *in2 = in1 + set_count; local
136 const OMX_F32 *in3 = in2 + set_count;
149 VC_LOAD_SPLIT(&v_t2, in2, n);
184 const OMX_F32 *in2 = in1 + set_count; local
185 const OMX_F32 *in3 = in2 + set_count;
198 VC_LOAD_SPLIT(&v_t2, in2, n);
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 135 const OMX_F32 *in2 = in1 + set_count; local
136 const OMX_F32 *in3 = in2 + set_count;
149 VC_LOAD_SPLIT(&v_t2, in2, n);
184 const OMX_F32 *in2 = in1 + set_count; local
185 const OMX_F32 *in3 = in2 + set_count;
198 VC_LOAD_SPLIT(&v_t2, in2, n);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
xcbc_enc.c 120 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);
  /external/openssl/crypto/des/
xcbc_enc.c 120 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);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEBlend.cpp 149 FilterEffect* in2 = inputEffect(1); local
161 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
162 RefPtr<Uint8ClampedArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect);
FEComposite.cpp 295 FilterEffect* in2 = inputEffect(1); local
305 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
306 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect);
318 ImageBuffer* imageBuffer2 = in2->asImageBuffer();
324 filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()));
330 destinationRect.intersect(in2->absolutePaintRect());
337 FloatRect source2Rect(IntPoint(destinationRect.x() - in2->absolutePaintRect().x(),
338 destinationRect.y() - in2->absolutePaintRect().y()), destinationRect.size());
347 filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()), 0, CompositeDestinationOut);
350 filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()))
    [all...]
FEDisplacementMap.cpp 101 // Spec: The 'color-interpolation-filters' property only applies to the 'in2' source image
118 FilterEffect* in2 = inputEffect(1); local
130 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
131 RefPtr<Uint8ClampedArray> srcPixelArrayB = in2->asUnmultipliedImage(effectBDrawingRect);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 204 AutoCloseInputStream in2 = new AutoCloseInputStream(pf); local
206 assertEquals(0, in2.read());
211 in2.close();
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 7 * in2: number of bytes to copy
71 #define in2 r34 define
92 cmp.gt p15,p0=8,in2 // check for small size
97 mov saved_in2=in2 // save len
114 shr.u cnt=in2,7 // this much cache line
137 and tmp=31,in2 // copy length after iteration
138 shr.u r29=in2,5 // number of 32-byte iteration
176 and in2=7,tmp // remaining length
202 shr.u cnt=in2,7 // number of lines
207 and tmp=127,in2 // remaining bytes after this bloc
    [all...]
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 197 InputStream in2 = urlConnection2.getInputStream(); local
198 assertEquals('D', in2.read());
199 assertEquals('E', in2.read());
200 assertEquals('F', in2.read());
201 assertEquals(-1, in2.read());
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 257 InputStream in2 = urlConnection2.getInputStream(); local
258 assertEquals('D', in2.read());
259 assertEquals('E', in2.read());
260 assertEquals('F', in2.read());
261 assertEquals(-1, in2.read());

Completed in 1460 milliseconds

1 2 3