Home
last modified time | relevance | path

Searched refs:vec_avg (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c67 const uint8x16_t v = vec_avg(vec_vsx_ld(j, pred), vec_vsx_ld(j, ref)); in vpx_comp_avg_pred_vsx()
80 const uint8x16_t v = vec_avg(vec_vsx_ld(0, pred), r); in vpx_comp_avg_pred_vsx()
96 const uint8x16_t v = vec_avg(vec_vsx_ld(0, pred), r); in vpx_comp_avg_pred_vsx()
Dvpx_convolve_vsx.c94 const uint8x16_t v = vec_avg(vec_vsx_ld(0, src), vec_vsx_ld(0, dst)); in avg_w16()
106 const uint8x16_t v0 = vec_avg(vec_vsx_ld(0, src), vec_vsx_ld(0, dst)); in avg_w32()
107 const uint8x16_t v1 = vec_avg(vec_vsx_ld(16, src), vec_vsx_ld(16, dst)); in avg_w32()
120 const uint8x16_t v0 = vec_avg(vec_vsx_ld(0, src), vec_vsx_ld(0, dst)); in avg_w64()
121 const uint8x16_t v1 = vec_avg(vec_vsx_ld(16, src), vec_vsx_ld(16, dst)); in avg_w64()
122 const uint8x16_t v2 = vec_avg(vec_vsx_ld(32, src), vec_vsx_ld(32, dst)); in avg_w64()
123 const uint8x16_t v3 = vec_avg(vec_vsx_ld(48, src), vec_vsx_ld(48, dst)); in avg_w64()
Dintrapred_vsx.c611 return vec_avg(ac, b); in avg3()
684 uint8x16_t row0 = vec_avg(a, b); in vpx_d63_predictor_8x8_vsx()
707 uint8x16_t row0 = vec_avg(a0, b); in vpx_d63_predictor_16x16_vsx()
731 uint8x16_t row0_0 = vec_avg(a0, b0); in vpx_d63_predictor_32x32_vsx()
732 uint8x16_t row0_1 = vec_avg(a1, b1); in vpx_d63_predictor_32x32_vsx()
/external/fec/
Dviterbi27_av.c136 metric = vec_avg(vec_xor(Branchtab27[0].v[0],sym0v),vec_xor(Branchtab27[1].v[0],sym1v)); in update_viterbi27_blk_av()
147 metric = vec_avg(vec_xor(Branchtab27[0].v[1],sym0v),vec_xor(Branchtab27[1].v[1],sym1v)); in update_viterbi27_blk_av()
Dviterbi29_av.c138 metric = vec_avg(vec_xor(Branchtab29[0].v[i],sym1v),vec_xor(Branchtab29[1].v[i],sym2v)); in update_viterbi29_blk_av()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp48 Function vec_avg [type char] ===> OK
49 Function vec_avg [type unsigned char] ===> OK
50 Function vec_avg [type short] ===> OK
51 Function vec_avg [type unsigned short] ===> OK
52 Function vec_avg [type integer] ===> OK
53 Function vec_avg [type unsigned int] ===> OK
DtestVMX.c1015 Caux1.v = vec_avg( Ccons1, Ccons2 ); in main()
1030 UCaux1.v = vec_avg( UCcons1, UCcons2 ); in main()
1045 Saux1.v = vec_avg( Scons1, Scons2 ); in main()
1060 USaux1.v = vec_avg( UScons1, UScons2 ); in main()
1075 Iaux1.v = vec_avg( Icons1, Icons2 ); in main()
1098 UIaux1.v = vec_avg( UIcons1, UIcons2 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c2205 vsc = vec_avg(vsc, vsc); in test_integer()
2207 vuc = vec_avg(vuc, vuc); in test_integer()
2209 vss = vec_avg(vss, vss); in test_integer()
2211 vus = vec_avg(vus, vus); in test_integer()
2213 vsi = vec_avg(vsi, vsi); in test_integer()
2215 vui = vec_avg(vui, vui); in test_integer()
2217 vsl = vec_avg(vsl, vsl); in test_integer()
2219 vul = vec_avg(vul, vul); in test_integer()
Dbuiltins-ppc-altivec.c866 res_vsc = vec_avg(vsc, vsc); in test2()
870 res_vuc = vec_avg(vuc, vuc); in test2()
874 res_vs = vec_avg(vs, vs); in test2()
878 res_vus = vec_avg(vus, vus); in test2()
882 res_vi = vec_avg(vi, vi); in test2()
886 res_vui = vec_avg(vui, vui); in test2()
/external/clang/lib/Headers/
Dvecintrin.h6746 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg() function
6751 vec_avg(vector signed short __a, vector signed short __b) { in vec_avg() function
6756 vec_avg(vector signed int __a, vector signed int __b) { in vec_avg() function
6761 vec_avg(vector signed long long __a, vector signed long long __b) { in vec_avg() function
6766 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg() function
6771 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg() function
6776 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg() function
6781 vec_avg(vector unsigned long long __a, vector unsigned long long __b) { in vec_avg() function
Daltivec.h1425 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg() function
1430 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg() function
1434 static __inline__ vector short __ATTRS_o_ai vec_avg(vector short __a, in vec_avg() function
1440 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg() function
1444 static __inline__ vector int __ATTRS_o_ai vec_avg(vector int __a, in vec_avg() function
1450 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg() function