HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
macros_msa.h 172 Arguments : Inputs - in0, in1, pdst, stride
174 Store 16 byte elements from 'in1' to (pdst + stride)
176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \
179 ST_B(RTYPE, in1, (pdst) + stride); \
183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \
185 ST_B2(RTYPE, in0, in1, (pdst), stride); \
191 Arguments : Inputs - in0, in1, pdst, stride
193 Store 8 halfword elements from 'in1' to (pdst + stride)
195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
198 ST_H(RTYPE, in1, (pdst) + stride);
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 195 __m128i in0[16], in1[16]; local
199 load_buffer_8x16(input, in1);
203 idct16_sse2(in0, in1);
204 idct16_sse2(in0, in1);
207 idct16_sse2(in0, in1);
208 iadst16_sse2(in0, in1);
211 iadst16_sse2(in0, in1);
212 idct16_sse2(in0, in1);
216 iadst16_sse2(in0, in1);
217 iadst16_sse2(in0, in1);
    [all...]
  /external/libyuv/files/include/libyuv/
macros_msa.h 172 Arguments : Inputs - in0, in1, pdst, stride
174 Store 16 byte elements from 'in1' to (pdst + stride)
176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \
179 ST_B(RTYPE, in1, (pdst) + stride); \
183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \
185 ST_B2(RTYPE, in0, in1, (pdst), stride); \
191 Arguments : Inputs - in0, in1, pdst, stride
193 Store 8 halfword elements from 'in1' to (pdst + stride)
195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
198 ST_H(RTYPE, in1, (pdst) + stride);
    [all...]
  /external/libffi/src/ia64/
unix.S 60 mov r8 = in1
127 st8 [in1] = r8
133 st8 [in1] = r8
139 st8 [in1] = r8
145 st8 [in1] = r8
151 st8 [in1] = r8
157 st8 [in1] = r8
161 st8 [in1] = r8
165 stfs [in1] = f8
169 stfd [in1] = f
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 60 mov r8 = in1
127 st8 [in1] = r8
133 st8 [in1] = r8
139 st8 [in1] = r8
145 st8 [in1] = r8
151 st8 [in1] = r8
157 st8 [in1] = r8
161 st8 [in1] = r8
165 stfs [in1] = f8
169 stfd [in1] = f
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_txfm1d_sse4.h 94 // out0 = in0*w0 + in1*w1
95 // out1 = -in1*w0 + in0*w1
96 #define btf_32_sse4_1_type0(w0, w1, in0, in1, out0, out1, bit) \
101 const __m128i in1_w1 = _mm_mullo_epi32(in1, ww1); \
105 const __m128i in1_w0 = _mm_mullo_epi32(in1, ww0); \
110 // out0 = in0*w0 + in1*w1
111 // out1 = in1*w0 - in0*w1
112 #define btf_32_sse4_1_type1(w0, w1, in0, in1, out0, out1, bit) \
114 btf_32_sse4_1_type0(w1, w0, in1, in0, out0, out1, bit); \
117 // out0 = in0*w0 + in1*w
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_fractional.c 147 static void WebRtcSpl_ResampDotProduct(const int32_t *in1, const int32_t *in2,
156 tmp1 += coef * in1[0];
160 tmp1 += coef * in1[1];
164 tmp1 += coef * in1[2];
168 tmp1 += coef * in1[3];
172 tmp1 += coef * in1[4];
176 tmp1 += coef * in1[5];
180 tmp1 += coef * in1[6];
184 tmp1 += coef * in1[7];
188 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_highbd_iht16x16_add_neon.c 72 #define highbd_iadst_butterfly(in0, in1, c, lane0, lane1, s0, s1) \
76 vmlal_lane_s32_dual(in1, c, lane1, s0); \
77 vmlsl_lane_s32_dual(in1, c, lane0, s1); \
81 const int32x4x2_t in1) {
83 out.val[0] = vaddq_s32(in0.val[0], in1.val[0]);
84 out.val[1] = vaddq_s32(in0.val[1], in1.val[1]);
89 const int64x2x2_t in1) {
91 out.val[0] = vaddq_s64(in0.val[0], in1.val[0]);
92 out.val[1] = vaddq_s64(in0.val[1], in1.val[1]);
97 const int32x4x2_t in1) {
    [all...]
  /external/webp/src/dsp/
common_sse41.h 27 #define WEBP_SSE41_SHUFF(OUT, IN0, IN1) \
31 OUT##3 = _mm_shuffle_epi8(*IN1, shuff0); \
32 OUT##4 = _mm_shuffle_epi8(*IN1, shuff1); \
33 OUT##5 = _mm_shuffle_epi8(*IN1, shuff2);
39 __m128i* const in0, __m128i* const in1, __m128i* const in2,
53 WEBP_SSE41_SHUFF(R, in0, in1)
89 *in1 = _mm_or_si128(RG1, B1);
102 __m128i* const in1,
109 const __m128i A1 = _mm_shuffle_epi8(*in1, shuff0);
122 *in1 = _mm_unpacklo_epi64(B1, B3)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 53 // Sets up bcast with the shape of in0 and in1, ensures that the bcast
62 const Tensor& in1; member in struct:tensorflow::BinaryOpShared::BinaryOpState
98 auto& in1 = state.in1; variable
112 in1.template scalar<Tin>(), error_ptr);
117 in1.template flat<Tin>(), error_ptr);
121 in1.template flat<Tin>(), error_ptr);
128 in1.template shaped<Tin, 2>(bcast->y_reshape()),
135 in1.template shaped<Tin, 3>(bcast->y_reshape()),
142 in1.template shaped<Tin, 4>(bcast->y_reshape())
206 const Tensor& in1 = ctx->input(1); variable
    [all...]
cross_op.cc 46 const Tensor& in1 = context->input(1); variable
47 OP_REQUIRES(context, in0.shape() == in1.shape(),
50 in1.shape().DebugString()));
74 in1.flat_inner_dims<Type>();
cwise_op_clip_gpu.cu.cc 28 const T *in1, const T *in2, T *out) {
31 out[i] = value < in1[0] ? in1[0] : value;
37 const T *in1, const T *in2,
41 out[i] = value < in1[0] ? in1[0] : value;
47 const T *in1, const T *in2, T *out) {
50 out[i] = value < in1[i] ? in1[i] : value;
cwise_op_clip.cc 34 const Tensor& in1 = ctx->input(1); variable
36 OP_REQUIRES(ctx, (in0.shape() == in1.shape() ||
37 TensorShapeUtils::IsScalar(in1.shape())) &&
44 "clip_value_min shape: ", in1.shape().DebugString(),
53 auto in1_flat = in1.flat<T>();
58 if (in1.shape() == in2.shape()) {
59 if (in0.shape() == in1.shape()) {
67 if (in0.shape() == in1.shape()) {
cwise_ops_gpu_gradients.cu.h 44 typename Functor::tin_type in1,
47 To32Bit(in1).binaryExpr(in2, typename Functor::func());
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcLowLevel.s 52 // in1 = New stack pointer
69 mov r8 = in1;;
98 add r12 = 48, in1
140 // in1 = EbcSp The new EBC stack pointer.
161 mov loc3 = in1;; // loc3 = in1 = EbcSp
173 mov out1 = in1;; // out1 = EbcSp
  /external/libaom/libaom/av1/common/x86/
intra_edge_sse4.c 70 __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16)); local
71 in0 = _mm_alignr_epi8(in1, in0, 8);
107 __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16)); local
108 in0 = _mm_alignr_epi8(in1, in0, 8);
149 __m128i in1 = _mm_alignr_epi8(in8, in0, 2); local
152 __m128i d0 = _mm_unpacklo_epi16(in02, in1);
153 __m128i d1 = _mm_unpackhi_epi16(in02, in1);
178 __m128i in1 = _mm_alignr_epi8(in8, in0, 2); local
183 __m128i in123 = _mm_add_epi16(in1, in2);
255 __m128i in1 = _mm_alignr_epi8(in16, in0, 1) local
289 __m128i in1 = _mm_alignr_epi8(in8, in0, 2); local
    [all...]
av1_inv_txfm_ssse3.h 37 #define btf_16_adds_subs_sse2(in0, in1) \
40 const __m128i _in1 = in1; \
42 in1 = _mm_subs_epi16(_in0, _in1); \
45 #define btf_16_subs_adds_sse2(in0, in1) \
48 const __m128i _in1 = in1; \
49 in1 = _mm_subs_epi16(_in0, _in1); \
53 #define btf_16_adds_subs_out_sse2(out0, out1, in0, in1) \
56 const __m128i _in1 = in1; \
  /external/skia/src/gpu/effects/
GrMixerEffect.fp 43 half4 in1 = (fp1 != null) ? process(fp1, sk_InColor) : sk_InColor;
45 sk_OutColor = mix(in0, in1, weight);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cross_op.cc 45 // in1 is the same shape as in0
59 auto in1 = ctx->Input(1); variable
63 auto v1 = xla::Slice(in1, starts, limits, strides);
67 auto v2 = xla::Slice(in1, starts, limits, strides);
71 auto v3 = xla::Slice(in1, starts, limits, strides);
  /external/tensorflow/tensorflow/core/graph/
testlib.h 80 // Adds a Matmul node in g doing in0.contract(in1).
81 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a,
84 // Adds a Matmul node in g doing in0.contract(in1).
85 Node* BatchMatmul(Graph* g, Node* in0, Node* in1, bool adj_x, bool adj_y);
98 // Adds a binary function "func" node in "g" taking "in0" and "in1".
99 Node* Binary(Graph* g, const string& func, Node* in0, Node* in1);
104 // Adds a binary add node in "g" doing in0 + in1.
105 Node* Add(Graph* g, Node* in0, Node* in1);
147 // Adds a Switch node in "g". If "in1" is true, it forwards "in0" to
149 Node* Switch(Graph* g, Node* in0, Node* in1);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
AsmEsalServiceLib.s 79 // in1 = Physical GP
97 st8 [r8] = in1;;
113 // in1 = Virtual GP
132 st8 [r8] = in1;;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
EsalLib.s 79 // in1 = Physical GP
97 st8 [r8] = in1;;
113 // in1 = Virtual GP
132 st8 [r8] = in1;;
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/Ipf/
AsmExtendedSalLib.s 67 // in1 = Physical GP
85 st8 [r8] = in1;;
100 // in1 = Virtual GP
119 st8 [r8] = in1;;
  /external/libunwind/src/ia64/
sigsetjmp.S 47 cmp.ne p6, p0 = in1, r0
58 st8 [r16] = in1 // sigjmp_buf[JB_MASK_SAVED] = savemask
  /external/tensorflow/tensorflow/compiler/jit/
clone_constants_for_better_clustering_test.cc 69 Output in1 = ops::Placeholder(on_gpu.WithOpName("in1"), DT_FLOAT); local
75 Output tr1 = ops::Transpose(on_gpu.WithOpName("tr1"), in1, perm);
95 Output in1 = ops::Placeholder(on_gpu.WithOpName("in1"), DT_FLOAT); local
101 Output tr1 = ops::Transpose(on_gpu.WithOpName("tr1"), in1, perm);
122 Output in1 = ops::Placeholder(on_gpu.WithOpName("in1"), DT_FLOAT); local
130 Output tr1 = ops::Transpose(on_gpu.WithOpName("tr1"), in1, perm);
151 Output in1 = ops::Placeholder(on_gpu.WithOpName("in1"), DT_FLOAT) local
    [all...]

Completed in 2917 milliseconds

1 23 4 5 6 7 8 91011>>