Searched refs:out0 (Results 51 - 75 of 90) sorted by relevance

1234

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
H A Dpalproc.S142 mov out0 = in1
/external/webp/src/dsp/
H A Denc_neon.c335 const int16x4_t out0 = vshr_n_s16(vadd_s16(a0_k7, vget_high_s16(a0a1)), 4); local
346 vst1_s16(out + 0, out0);
537 const int16x4_t out0 = vmovn_s32(b0); local
542 vst1_s16(out + 0, out0);
858 const int16x8_t out0 = Quantize_NEON(in, mtx, 0); local
866 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1));
875 vreinterpret_u8_s16(vget_low_s16(out0)),
876 vreinterpret_u8_s16(vget_high_s16(out0)),
H A Denc_sse2.c453 const __m128i out0 = _mm_loadu_si128((__m128i*)&out[0]); local
455 const __m128i d0 = _mm_sub_epi16(zero, out0);
457 const __m128i abs0 = _mm_max_epi16(out0, d0); // abs(v), 16b
1226 __m128i out0, out8; local
1283 out0 = _mm_packs_epi32(out_00, out_04);
1287 out0 = _mm_min_epi16(out0, max_coeff_2047);
1292 out0 = _mm_xor_si128(out0, sign0);
1294 out0
[all...]
H A Drescaler_sse2.c171 // load *src as epi64, multiply by mult and store result in [out0 ... out3]
174 __m128i* const out0,
183 *out0 = _mm_mul_epu32(A0, *mult);
188 *out0 = A0;
172 LoadDispatchAndMult_SSE2(const rescaler_t* const src, const __m128i* const mult, __m128i* const out0, __m128i* const out1, __m128i* const out2, __m128i* const out3) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsub_pixel_variance_msa.c472 v8u16 out0, out1, out2, out3, out4, out5, out6, out7; local
490 DOTP_UB4_UH(vec0, vec1, vec2, vec3, filt0, filt0, filt0, filt0, out0, out1,
494 SRARI_H4_UH(out0, out1, out2, out3, FILTER_BITS);
496 PCKEV_B4_SB(out1, out0, out3, out2, out5, out4, out7, out6, src0, src1,
640 v16u8 out0, out1, out2, out3; local
663 out0 = (v16u8)__msa_pckev_b((v16i8)tmp1, (v16i8)tmp0);
680 CALC_MSE_AVG_B(out0, ref0, var, avg);
785 v16u8 out0, out1; local
823 PCKEV_B2_UB(tmp1, tmp0, tmp3, tmp2, out0, out1);
824 CALC_MSE_AVG_B(out0, ref
1054 v8u16 out0, out1, out2, out3, out4, out5, out6, out7; local
1251 v16u8 out0, out1, out2, out3, filt0; local
1417 v16u8 pred0, pred1, out0, out1; local
1483 v16u8 out0, out1, out2, out3; local
[all...]
H A Dvpx_convolve8_vert_msa.c371 v16i8 out0, out1; local
385 PCKEV_B2_SB(tmp1, tmp0, tmp3, tmp2, out0, out1);
386 ST8x4_UB(out0, out1, dst, dst_stride);
395 v16i8 out0, out1; local
417 PCKEV_B2_SB(tmp1, tmp0, tmp3, tmp2, out0, out1);
418 ST8x4_UB(out0, out1, dst, dst_stride);
424 PCKEV_B2_SB(tmp1, tmp0, tmp3, tmp2, out0, out1);
425 ST8x4_UB(out0, out1, dst, dst_stride);
H A Didct16x16_msa.c326 v8i16 out0, out1, out2, out3, out4, out5, out6, out7; local
382 BUTTERFLY_4(h8, h9, h11, h10, out0, out1, h11, h10);
384 SRARI_H2_SH(out0, out1, 6);
388 ADD2(res0, out0, res1, out1, res0, res1);
H A Dvpx_convolve8_avg_vert_msa.c82 v8i16 filt, out0, out1, out2, out3; local
107 out0 = FILT_8TAP_DPADD_S_H(src10_r, src32_r, src54_r, src76_r, filt0, filt1,
115 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
116 SAT_SH4_SH(out0, out1, out2, out3, 7);
117 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst,
/external/libjpeg-turbo/simd/
H A Djdmrgext-altivec.c41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; local
250 out0 = vec_perm(edges, rgb0, unaligned_shift_index);
259 vec_st(out0, 0, outptr);
H A Djidctint-altivec.c164 out0 = vec_pack(out0l, out0h); \
221 out0, out1, out2, out3, out4, out5, out6, out7; local
/external/libunwind/tests/
H A Dia64-test-rbs-asm.S90 adds out0 = 1, in0; \
182 (p7) add out0 = -1, in0
193 (p6) mov out0 = 0
H A Dia64-dyn-asm.S24 mov out0 = in0
H A Dia64-test-stack-asm.S138 add out0 = -1, in0
/external/libffi/src/ia64/
H A Dunix.S76 ld8 out0 = [in0], 16
189 mov out0 = in1
295 addp4 out0 = 0, gp
298 mov out0 = gp
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h250 __m128i out0 = _mm_unpacklo_epi16(*poutput, sign_bits); local
252 _mm_store_si128((__m128i *)(dst_ptr), out0);
263 __m128i out0 = _mm_unpacklo_epi16(*poutput, sign_bits); local
265 _mm_storeu_si128((__m128i *)(dst_ptr), out0);
H A Davg_ssse3_x86_64.asm48 punpcklqdq m%6, m%10 ; out0
H A Dinv_txfm_ssse3.c20 const int c1, __m128i *const out0,
24 *out0 = _mm_mulhrs_epi16(in, cst0);
19 partial_butterfly_ssse3(const __m128i in, const int c0, const int c1, __m128i *const out0, __m128i *const out1) argument
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
H A Dunix.S76 ld8 out0 = [in0], 16
189 mov out0 = in1
295 addp4 out0 = 0, gp
298 mov out0 = gp
/external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
H A Dunix.S76 ld8 out0 = [in0], 16
189 mov out0 = in1
295 addp4 out0 = 0, gp
298 mov out0 = gp
/external/tensorflow/tensorflow/cc/framework/
H A Dgradients_test.cc523 auto out0 = stop_outputs[0] local
539 TF_EXPECT_OK(AddSymbolicGradients(scope_, {out0, out1, out2}, {z},
603 auto out0 = local
616 TF_EXPECT_OK(AddSymbolicGradients(scope_, {out0, out1, out2}, {x},
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct4x4_add_neon.c57 const tran_low_t out0 = HIGHBD_WRAPLOW( local
60 dct_const_round_shift(out0 * (tran_high_t)cospi_16_64), bd);
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c90 v8i16 out0, out1, out2, out3, out4, out5, out6, out7; local
123 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10);
125 ST_SH(out0, (out));
268 v8i16 out0, out1, out2, out3, out4, out5, out6, out7; local
305 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10);
307 ST_SH(out0, (out));
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c91 #define IDCT4(in0, in1, out0, out1) \
106 out0 = vec_add(step0, step1); \
159 #define TRANSPOSE8x8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \
161 out0 = vec_mergeh(in0, in1); \
169 in0 = (int16x8_t)vec_mergeh((int32x4_t)out0, (int32x4_t)out2); \
170 in1 = (int16x8_t)vec_mergel((int32x4_t)out0, (int32x4_t)out2); \
177 out0 = vec_perm(in0, in4, tr8_mask0); \
370 inC, inD, inE, inF, out0, out1, out2, out3, out4, out5, out6, \
373 /* out0 = in0; */ \
391 /* in0 = out0; */ \
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp526 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
531 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
634 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
639 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
737 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
743 if (out0 != ref0 || out1 != ref1)
842 const deInt32 out0 = ((const deInt32*)outputs[0])[compNdx]; local
848 if (out0 != ref0 || out1 != ref1)
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp435 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
529 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
618 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
624 if (out0 != ref0 || out1 != ref1)
709 const deInt32 out0 = ((const deInt32*)outputs[0])[compNdx]; local
715 if (out0 != ref0 || out1 != ref1)

Completed in 565 milliseconds

1234