Searched refs:vnegq_s32 (Results 1 – 14 of 14) sorted by relevance
153 *io1 = vnegq_s32(x[4]); in highbd_iadst8()155 *io3 = vnegq_s32(x[2]); in highbd_iadst8()157 *io5 = vnegq_s32(x[7]); in highbd_iadst8()159 *io7 = vnegq_s32(x[1]); in highbd_iadst8()
148 out.val[0] = vnegq_s32(in.val[0]); in vnegq_s32_dual()149 out.val[1] = vnegq_s32(in.val[1]); in vnegq_s32_dual()
99 return vnegq_s32(a);297 const int32x4_t shift_vec = vnegq_s32(exponent);
197 outr1 = vnegq_s32(outr1); in PostShiftAndSeparateNeon()293 yr = vnegq_s32(yr); in TransformAndFindMaxNeon()
425 return vnegq_s32(a); in test_vnegq_s32()
552 t32[2] = vnegq_s32(t32[2]); in idct_cospi_8_24_neg_q()553 t32[3] = vnegq_s32(t32[3]); in idct_cospi_8_24_neg_q()
50 t32[1] = vnegq_s32(t32[1]); in idct_cospi_8_24_neg_d()
137 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return vnegq_s32(a); }
1278 return vnegq_s32(a); in test_vnegq_s32()
8960 return vnegq_s32(a); in test_vnegq_s32()
1386 return vnegq_s32(a); in test_vnegq_s32()
10846 return vnegq_s32(a); in test_vnegq_s32()
2603 int32x4_t masked = vbslq_s32(ltMask, vnegq_s32(a), a); in _mm_sign_epi32()4588 vreinterpretq_u32_s32(vnegq_s32(r_trunc)), 31)); /* 1 or 0 */ in _mm_cvtps_epi32()
2046 _NEON2SSESTORAGE int32x4_t vnegq_s32(int32x4_t a); // VNE//q0,q014733 res = vnegq_s32(_pM128i(a)); in vneg_s32()14764 _NEON2SSESTORAGE int32x4_t vnegq_s32(int32x4_t a); // VNE//q0,q014765 _NEON2SSE_INLINE int32x4_t vnegq_s32(int32x4_t a) // VNE//q0,q0 in vnegq_s32() function