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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEComponentTransferElement.h 33 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEMergeNodeElement.h 34 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFETileElement.h 33 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEColorMatrixElement.h 39 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEGaussianBlurElement.h 39 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEOffsetElement.h 37 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEDiffuseLightingElement.h 42 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEDisplacementMapElement.h 40 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEDropShadowElement.h 41 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEMorphologyElement.h 39 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFESpecularLightingElement.h 45 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFECompositeElement.h 42 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEBlendElement.h 56 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
SVGFEConvolveMatrixElement.h 48 SVGAnimatedString* in1() { return m_in1.get(); } function in class:blink::FINAL
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix2_fs.c 23 const OMX_F32 *in1 = in0 + n; local
26 // CADD out0, in0, in1
27 out0[0] = in0[0] + in1[0];
28 out0[n] = in0[1] + in1[1];
30 // CSUB out1, in0, in1
31 out1[0] = in0[0] - in1[0];
32 out1[n] = in0[1] - in1[1];
x86SP_FFT_CToC_FC32_Inv_Radix2_fs.c 24 const OMX_F32 *in1 = in0 + n_by_2; local
27 // CADD out0, in0, in1
28 out0[0] = in0[0] + in1[0];
29 out0[n] = in0[n] + in1[n];
31 // CSUB out1, in0, in1
32 out1[0] = in0[0] - in1[0];
33 out1[n] = in0[n] - in1[n];
x86SP_FFT_CToC_FC32_Fwd_Radix2_ls.c 26 const OMX_F32 *in1 = in0 + 1; local
29 // CMUL t, tw, in1
30 t.Re = tw[0] * in1[0] - tw[n << 1] * in1[n];
31 t.Im = tw[0] * in1[n] + tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c 32 const OMX_F32 *in1 = in0 + set_count; local
35 // CMUL t, tw, in1
36 t.Re = tw[0] * in1[0] - tw[n << 1] * in1[n];
37 t.Im = tw[0] * in1[n] + tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix2_ls.c 26 const OMX_F32 *in1 = in0 + 1; local
29 // CMUL t, tw, in1
30 t.Re = tw[0] * in1[0] + tw[n << 1] * in1[n];
31 t.Im = tw[0] * in1[n] - tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix2_ms.c 32 const OMX_F32 *in1 = in0 + set_count; local
35 // CMUL t, tw, in1
36 t.Re = tw[0] * in1[0] + tw[n << 1] * in1[n];
37 t.Im = tw[0] * in1[n] - tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 24 const OMX_F32 *in1 = in0 + n_by_4; local
25 const OMX_F32 *in2 = in1 + n_by_4;
44 // CADD t2, in1, in3
45 t2.Re = in1[0] + in3[0];
46 t2.Im = in1[n] + in3[n];
48 // CSUB t3, in1, in3
49 t3.Re = in1[0] - in3[0];
50 t3.Im = in1[n] - in3[n];
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 35 const OMX_F32 *in1 = in0 + n_by_2; local
36 const OMX_F32 *in2 = in1 + n_by_2;
44 VC_LOAD_SHUFFLE(&(v_t1.real), &(v_t1.imag), in1);
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 34 const OMX_F32 *in1 = in0 + n_by_4; local
35 const OMX_F32 *in2 = in1 + n_by_4;
43 VC_LOAD_SPLIT(&v_t1, in1, n);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_mips.c 27 int16_t *in1 = (int16_t*)in_vector1; local
38 "lh %[r0], 0(%[in1]) \n\t"
43 "addiu %[in1], %[in1], 2 \n\t"
47 : [value32] "=&r" (value32), [out] "+r" (out), [in1] "+r" (in1),
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_mips.c 139 int16_t* in1 = (int16_t*)x + i; local
152 "ulw %[r1], 0(%[in1]) \n\t"
154 "ulw %[r3], 4(%[in1]) \n\t"
157 "lh %[r1], 0(%[in1]) \n\t"
159 "lh %[r3], 2(%[in1]) \n\t"
161 "lh %[r5], 4(%[in1]) \n\t"
163 "lh %[r7], 6(%[in1]) \n\t"
177 " addiu %[in1], %[in1], 8 \n\t"
184 "lh %[r1], 0(%[in1]) \n\t
208 int16_t* in1 = (int16_t*)x + i; local
281 int16_t* in1 = (int16_t*)x + i; local
    [all...]

Completed in 1091 milliseconds

1 2 3