Home
last modified time | relevance | path

Searched refs:vec_abs (Results 1 – 13 of 13) sorted by relevance

/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c549 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx()
550 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx()
551 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx()
570 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx()
571 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx()
572 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx()
591 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx()
592 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx()
593 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx()
669 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth3_vsx()
[all …]
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c60 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx()
76 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx()
107 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx()
114 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx()
121 qcoeff2 = vec_mulhi(vec_vaddshs(vec_abs(coeff2), round), quant); in vp9_quantize_fp_vsx()
190 int16x8_t abs_coeff0 = vec_abs(coeff0); in vp9_quantize_fp_32x32_vsx()
191 int16x8_t abs_coeff1 = vec_abs(coeff1); in vp9_quantize_fp_32x32_vsx()
218 vec_madds(vec_vaddshs(vec_abs(coeff1), round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
239 abs_coeff0 = vec_abs(coeff0); in vp9_quantize_fp_32x32_vsx()
240 abs_coeff1 = vec_abs(coeff1); in vp9_quantize_fp_32x32_vsx()
[all …]
/external/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c116 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx()
117 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx()
155 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx()
156 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx()
157 coeff2_abs = vec_abs(coeff2); in vpx_quantize_b_vsx()
224 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx()
225 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx()
264 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx()
265 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx()
266 coeff2_abs = vec_abs(coeff2); in vpx_quantize_b_32x32_vsx()
Dsad_vsx.c161 v_absh = vec_abs(v_subh); \
162 v_absl = vec_abs(v_subl); \
/external/fec/
Dpeakval_av.c48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c71 res_vsll = vec_abs(vsll); in test1()
76 res_vd = vec_abs(vda); in test1()
Dbuiltins-ppc-vsx.c68 res_vf = vec_abs(vf); in test1()
Dbuiltins-systemz-zvector.c2130 vsc = vec_abs(vsc); in test_integer()
2131 vss = vec_abs(vss); in test_integer()
2132 vsi = vec_abs(vsi); in test_integer()
2133 vsl = vec_abs(vsl); in test_integer()
2890 vd = vec_abs(vd); in test_float()
Dbuiltins-ppc-altivec.c61 vsc = vec_abs(vsc); in test1()
67 vs = vec_abs(vs); in test1()
73 vi = vec_abs(vi); in test1()
79 vf = vec_abs(vf); in test1()
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h476 template<> EIGEN_STRONG_INLINE Packet4i pabs<Packet4i>(const Packet4i& a) { return vec_abs(a); }
477 template<> EIGEN_STRONG_INLINE Packet2d pabs<Packet2d>(const Packet2d& a) { return vec_abs(a); }
980 template<> EIGEN_STRONG_INLINE Packet4f pabs<Packet4f> (const Packet4f& a) { return vec_abs(a); }
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h122 static Packet16uc p16uc_HALF64_0_16 = vec_sld((Packet16uc)p4i_ZERO, vec_splat((Packet16uc) vec_abs(…
128 static Packet16uc p16uc_HALF64_0_16 = vec_sld(vec_splat((Packet16uc) vec_abs(p4i_MINUS16), 0), (Pac…
1176 template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return vec_abs(a); }
1177 template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return vec_abs(a); }
1178 template<> EIGEN_STRONG_INLINE Packet8s pabs(const Packet8s& a) { return vec_abs(a); }
1180 template<> EIGEN_STRONG_INLINE Packet16c pabs(const Packet16c& a) { return vec_abs(a); }
2490 template<> EIGEN_STRONG_INLINE Packet2d pabs(const Packet2d& a) { return vec_abs(a); }
/external/clang/lib/Headers/
Daltivec.h101 #define __builtin_altivec_abs_v16qi vec_abs
102 #define __builtin_altivec_abs_v8hi vec_abs
103 #define __builtin_altivec_abs_v4si vec_abs
106 vec_abs(vector signed char __a) { in vec_abs() function
111 vec_abs(vector signed short __a) { in vec_abs() function
116 vec_abs(vector signed int __a) { in vec_abs() function
122 vec_abs(vector signed long long __a) { in vec_abs() function
127 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function
138 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function
Dvecintrin.h6374 vec_abs(vector signed char __a) { in vec_abs() function
6379 vec_abs(vector signed short __a) { in vec_abs() function
6384 vec_abs(vector signed int __a) { in vec_abs() function
6389 vec_abs(vector signed long long __a) { in vec_abs() function
6394 vec_abs(vector double __a) { in vec_abs() function