Home
last modified time | relevance | path

Searched refs:vmlsq_n_s32 (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c156 temp4 = vmlsq_n_s32(o_1_m_trans_11, o_12, (WORD32)g_ai2_ihevc_trans_4[1][0]); in ihevc_resi_trans_4x4_neon()
626 h6 = vmlsq_n_s32(h6, eo1_2, 83); in ihevc_resi_trans_8x8_neon()
641 h7 = vmlsq_n_s32(h7, o1_2, 50); /* H7 = 18*(B0 - B7) - 50*(B1 - B6) */ in ihevc_resi_trans_8x8_neon()
642 h5 = vmlsq_n_s32(h5, o1_2, 89); /* H5 = 50*(B0 - B7) - 89*(B1 - B6) */ in ihevc_resi_trans_8x8_neon()
643 h3 = vmlsq_n_s32(h3, o1_2, 18); /* H3 = 75*(B0 - B7) - 18*(B1 - B6) */ in ihevc_resi_trans_8x8_neon()
649 h3 = vmlsq_n_s32(h3, o2_2, 89); in ihevc_resi_trans_8x8_neon()
656 h7 = vmlsq_n_s32(h7, o3_2, 89); in ihevc_resi_trans_8x8_neon()
668 h3 = vmlsq_n_s32(h3, o3_2, 50); in ihevc_resi_trans_8x8_neon()
740 h6 = vmlsq_n_s32(h6, eo1_2, 83); in ihevc_resi_trans_8x8_neon()
755 h7 = vmlsq_n_s32(h7, o1_2, 50); /* H7 = 18*(B0 - B7) - 50*(B1 - B6) */ in ihevc_resi_trans_8x8_neon()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c599 const int32x4_t diff0 = vmlsq_n_s32(a_lo_0, b_lo, constant); in butterfly_one_coeff_s32()
600 const int32x4_t diff1 = vmlsq_n_s32(a_hi_0, b_hi, constant); in butterfly_one_coeff_s32()
628 const int32x4_t diff0 = vmlsq_n_s32(a0, b_lo, constant1); in butterfly_two_coeff_s32()
629 const int32x4_t diff1 = vmlsq_n_s32(a1, b_hi, constant1); in butterfly_two_coeff_s32()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc104 const int32x4_t x0 = vmlsq_n_s32(acc_x, *b, sin128); in ButterflyRotation_4()
958 s[1] = vmlsq_n_s32(s[1], x[2], kAdst4Multiplier[0]); in Adst4_NEON()
/external/clang/test/CodeGen/
Daarch64-neon-2velem.c4105 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
Darm_neon_intrinsics.c9776 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-2velem.c4737 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
Darm_neon_intrinsics.c7908 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
/external/neon_2_sse/
DNEON_2_SSE.h1946 _NEON2SSESTORAGE int32x4_t vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c); // VMLS.I32 q0, q0, d0…
14188 _NEON2SSESTORAGE int32x4_t vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c); // VMLS.I32 q0, q0, d0…
14189 _NEON2SSE_INLINE int32x4_t vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c) // VMLS.I32 q0, q0, d0[… in vmlsq_n_s32() function