/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 67 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()
|
D | vpx_convolve_vsx.c | 94 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()
|
D | intrapred_vsx.c | 611 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/ |
D | viterbi27_av.c | 136 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()
|
D | viterbi29_av.c | 138 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/ |
D | testVMX.stdout.exp | 48 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
|
D | testVMX.c | 1015 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/ |
D | builtins-systemz-zvector.c | 2205 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()
|
D | builtins-ppc-altivec.c | 866 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/ |
D | vecintrin.h | 6746 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
|
D | altivec.h | 1425 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
|