HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 32 static bool verify_float4(rs_allocation in1, rs_allocation in2)
34 uint32_t w = rsAllocationGetDimX(in1);
35 uint32_t h = rsAllocationGetDimY(in1);
38 float4 pref = rsGetElementAt_float4(in1, x, y);
54 static bool verify_float3(rs_allocation in1, rs_allocation in2)
56 uint32_t w = rsAllocationGetDimX(in1);
57 uint32_t h = rsAllocationGetDimY(in1);
60 float3 pref = rsGetElementAt_float3(in1, x, y);
75 static bool verify_float2(rs_allocation in1, rs_allocation in2)
77 uint32_t w = rsAllocationGetDimX(in1);
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 37 static bool verify_float4(rs_allocation in1, rs_allocation in2)
39 uint32_t w = rsAllocationGetDimX(in1);
40 uint32_t h = rsAllocationGetDimY(in1);
43 float4 pref = rsGetElementAt_float4(in1, x, y);
59 static bool verify_float3(rs_allocation in1, rs_allocation in2)
61 uint32_t w = rsAllocationGetDimX(in1);
62 uint32_t h = rsAllocationGetDimY(in1);
65 float3 pref = rsGetElementAt_float3(in1, x, y);
80 static bool verify_float2(rs_allocation in1, rs_allocation in2)
82 uint32_t w = rsAllocationGetDimX(in1);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEComponentTransferElement.h 32 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFEMergeNodeElement.h 33 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFEBlendElement.idl 40 readonly attribute SVGAnimatedString in1;
SVGFEDisplacementMapElement.idl 38 readonly attribute SVGAnimatedString in1;
SVGFEMorphologyElement.idl 36 readonly attribute SVGAnimatedString in1;
SVGFETileElement.h 32 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFEColorMatrixElement.h 38 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFEGaussianBlurElement.h 38 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFEOffsetElement.h 36 SVGAnimatedString* in1() { return m_in1.get(); } function in class:WebCore::FINAL
SVGFECompositeElement.idl 40 readonly attribute SVGAnimatedString in1;
  /external/chromium_org/ipc/
ipc_sync_message_unittest.cc 42 void On_1_1(int in1, bool* out1) {
43 DCHECK_EQ(1, in1);
47 void On_1_2(bool in1, bool* out1, int* out2) {
48 DCHECK(!in1);
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) {
54 DCHECK_EQ(3, in1);
60 void On_2_1(int in1, bool in2, bool* out1) {
61 DCHECK_EQ(1, in1);
66 void On_2_2(bool in1, int in2, bool* out1, int* out2) {
67 DCHECK(!in1);
    [all...]
  /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...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 37 const OMX_F32 *in1 = in0 + 1; local
38 const OMX_F32 *in2 = in1 + 1;
44 // CMUL tt1, tw1, in1
45 tt1.Re = tw1[0] * in1[0] - tw1[n_mul_2] * in1[n];
46 tt1.Im = tw1[0] * in1[n] + tw1[n_mul_2] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 37 const OMX_F32 *in1 = in0 + 1; local
38 const OMX_F32 *in2 = in1 + 1;
44 // CMUL tt1, Tw1, in1
45 tt1.Re = tw1[0] * in1[0] + tw1[n_mul_2] * in1[n];
46 tt1.Im = tw1[0] * in1[n] - tw1[n_mul_2] * in1[0];
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_Fwd_Radix4_ms.c 37 const OMX_F32 *in1 = in0 + set_count; local
38 const OMX_F32 *in2 = in1 + set_count;
52 // CADD t2, in1, in3
53 t2.Re = in1[0] + in3[0];
54 t2.Im = in1[n] + in3[n];
56 // CSUB t3, in1, in3
57 t3.Re = in1[0] - in3[0];
58 t3.Im = in1[n] - in3[n];
95 const OMX_F32 *in1 = in0 + set_count; local
96 const OMX_F32 *in2 = in1 + set_count
    [all...]
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);
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 37 const OMX_F32 *in1 = in0 + set_count; local
38 const OMX_F32 *in2 = in1 + set_count;
52 // CADD t2, in1, in3
53 t2.Re = in1[0] + in3[0];
54 t2.Im = in1[n] + in3[n];
56 // CSUB t3, in1, in3
57 t3.Re = in1[0] - in3[0];
58 t3.Im = in1[n] - in3[n];
95 const OMX_F32 *in1 = in0 + set_count; local
96 const OMX_F32 *in2 = in1 + set_count
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const int32_t* in1, const int32_t* in2,
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8]
    [all...]
resample_fractional.c 149 static void WebRtcSpl_ResampDotProduct(const int32_t *in1, const int32_t *in2,
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2,
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8]
    [all...]
resample_fractional.c 149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2,
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/openssl/crypto/aes/asm/
aesv8-armx.pl 46 my ($zero,$rcon,$mask,$in0,$in1,$tmp,$key)=
134 vld1.8 {$in1},[$inp],#8
140 vtbl.8 $key,{$in1},$mask
142 vst1.32 {$in1},[$out],#8
153 veor $tmp,$tmp,$in1
155 vext.8 $in1,$zero,$in1,#12
157 veor $in1,$in1,$tmp
159 veor $in1,$in1,$ke
    [all...]

Completed in 514 milliseconds

12 3 4 5 6 7 8