Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 17 of 17) sorted by relevance

/external/fec/
Dpeakval_av.c27 largest = vec_max(largest,x); in peakval_av()
35 largest = vec_max(largest,x); in peakval_av()
45 largest = vec_max(largest,x); in peakval_av()
48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
51 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
54 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
57 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
Dviterbi39_av.c191 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi39_blk_av()
194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi39_blk_av()
196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi39_blk_av()
198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi39_blk_av()
Dviterbi615_av.c196 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi615_blk_av()
199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi615_blk_av()
201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi615_blk_av()
203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi615_blk_av()
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c36 a = vec_max(a, vec_perm(a, a, vec_perm64)); in vec_max_across()
37 a = vec_max(a, vec_perm(a, a, vec_perm32)); in vec_max_across()
38 return vec_max(a, vec_perm(a, a, vec_perm16)); in vec_max_across()
87 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_vsx()
131 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_vsx()
132 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_vsx()
133 eob = vec_max(eob, eob2); in vp9_quantize_fp_vsx()
232 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_32x32_vsx()
280 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_32x32_vsx()
281 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_32x32_vsx()
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c92 a = vec_max(a, vec_perm(a, a, vec_perm64)); in vec_max_across()
93 a = vec_max(a, vec_perm(a, a, vec_perm32)); in vec_max_across()
94 return vec_max(a, vec_perm(a, a, vec_perm16)); in vec_max_across()
144 eob = vec_max(nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, 0), in vpx_quantize_b_vsx()
183 vec_max(eob, nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, off0)); in vpx_quantize_b_vsx()
184 eob2 = vec_max(nonzero_scanindex(qcoeff1, zero_mask1, iscan_ptr, off1), in vpx_quantize_b_vsx()
186 eob = vec_max(eob, eob2); in vpx_quantize_b_vsx()
257 eob = vec_max(nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, 0), in vpx_quantize_b_32x32_vsx()
291 eob = vec_max(eob, nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, off0)); in vpx_quantize_b_32x32_vsx()
292 eob2 = vec_max(nonzero_scanindex(qcoeff1, zero_mask1, iscan_ptr, off1), in vpx_quantize_b_32x32_vsx()
[all …]
Ddeblock_vsx.c31 const uint8x16_t f_a = vec_max(vec_absd(v, ctx[0]), vec_absd(v, ctx[1])); in apply_filter()
32 const uint8x16_t f_b = vec_max(vec_absd(v, ctx[2]), vec_absd(v, ctx[3])); in apply_filter()
33 const bool8x16_t mask = vec_cmplt(vec_max(f_a, f_b), filter); in apply_filter()
Dtypes_vsx.h79 #define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b))
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c922 res_vsll = vec_max(vsll, vsll); in test1()
927 res_vsll = vec_max(vbll, vsll); in test1()
932 res_vsll = vec_max(vsll, vbll); in test1()
937 res_vull = vec_max(vull, vull); in test1()
942 res_vull = vec_max(vbll, vull); in test1()
947 res_vull = vec_max(vull, vbll); in test1()
1172 res_vsll = vec_max(vsll, vsll); in test1()
1176 res_vsll = vec_max(vbll, vsll); in test1()
1180 res_vsll = vec_max(vsll, vbll); in test1()
1184 res_vull = vec_max(vull, vull); in test1()
[all …]
Dbuiltins-systemz-zvector.c2135 vsc = vec_max(vsc, vsc); in test_integer()
2136 vsc = vec_max(vsc, vbc); in test_integer()
2137 vsc = vec_max(vbc, vsc); in test_integer()
2138 vuc = vec_max(vuc, vuc); in test_integer()
2139 vuc = vec_max(vuc, vbc); in test_integer()
2140 vuc = vec_max(vbc, vuc); in test_integer()
2141 vss = vec_max(vss, vss); in test_integer()
2142 vss = vec_max(vss, vbs); in test_integer()
2143 vss = vec_max(vbs, vss); in test_integer()
2144 vus = vec_max(vus, vus); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c1609 res_vsc = vec_max(vsc, vsc); in test6()
1613 res_vsc = vec_max(vbc, vsc); in test6()
1617 res_vsc = vec_max(vsc, vbc); in test6()
1621 res_vuc = vec_max(vuc, vuc); in test6()
1625 res_vuc = vec_max(vbc, vuc); in test6()
1629 res_vuc = vec_max(vuc, vbc); in test6()
1633 res_vs = vec_max(vs, vs); in test6()
1637 res_vs = vec_max(vbs, vs); in test6()
1641 res_vs = vec_max(vs, vbs); in test6()
1645 res_vus = vec_max(vus, vus); in test6()
[all …]
Dbuiltins-ppc-vsx.c214 res_vf = vec_max(vf, vf); in test1()
218 res_vd = vec_max(vd, vd); in test1()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll90 ; vf1 = vec_max(vf, vf);
91 ; vd1 = vec_max(vd, vd);
/external/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll90 ; vf1 = vec_max(vf, vf);
91 ; vd1 = vec_max(vd, vd);
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h394 …RONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
395 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
648 b = vec_max(a, vec_sld(a, a, 8));
649 res = vec_max(b, vec_sld(b, b, 4));
656 b = vec_max(a, vec_sld(a, a, 8));
657 res = vec_max(b, vec_sld(b, b, 4));
915 …RONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_max(a, b); }
/external/clang/lib/Headers/
Dvecintrin.h6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
Daltivec.h3028 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
3033 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
3038 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
3043 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
3048 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
3053 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
3067 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3073 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h576 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
577 …RONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_max(a, b); }