Searched refs:vmlsq_n_s32 (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 157 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() 624 h6 = vmlsq_n_s32(h6, eo1_2, 83); in ihevc_resi_trans_8x8_neon() 639 h7 = vmlsq_n_s32(h7, o1_2, 50); /* H7 = 18*(B0 - B7) - 50*(B1 - B6) */ in ihevc_resi_trans_8x8_neon() 640 h5 = vmlsq_n_s32(h5, o1_2, 89); /* H5 = 50*(B0 - B7) - 89*(B1 - B6) */ in ihevc_resi_trans_8x8_neon() 641 h3 = vmlsq_n_s32(h3, o1_2, 18); /* H3 = 75*(B0 - B7) - 18*(B1 - B6) */ in ihevc_resi_trans_8x8_neon() 647 h3 = vmlsq_n_s32(h3, o2_2, 89); in ihevc_resi_trans_8x8_neon() 654 h7 = vmlsq_n_s32(h7, o3_2, 89); in ihevc_resi_trans_8x8_neon() 666 h3 = vmlsq_n_s32(h3, o3_2, 50); in ihevc_resi_trans_8x8_neon() 738 h6 = vmlsq_n_s32(h6, eo1_2, 83); in ihevc_resi_trans_8x8_neon() 753 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/ |
D | fdct32x32_neon.c | 599 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/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 4105 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
|
D | arm_neon_intrinsics.c | 9776 return vmlsq_n_s32(a, b, c); in test_vmlsq_n_s32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1946 _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
|