Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c102 outle = vec_sr(outle, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
103 outlo = vec_sr(outlo, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
115 outhe = vec_sr(outhe, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
116 outho = vec_sr(outho, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
255 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
259 outlo = vec_sr(outlo, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
269 outhe = vec_sr(outhe, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
273 outho = vec_sr(outho, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
285 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
289 outlo = vec_sr(outlo, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
[all …]
Djcsample-altivec.c66 outl = vec_sr(outl, pw_one); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
134 outl = vec_sr(outl, pw_two); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
/external/fec/
Dviterbi27_av.c137 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi27_blk_av()
148 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi27_blk_av()
Dviterbi29_av.c139 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi29_blk_av()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c501 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(4)); in avg16()
529 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(5)); in avg32()
557 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(4)); in dc_avg8()
570 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(5)); in dc_avg16()
595 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(6)); in dc_avg32()
609 vec_adds(vec_and(a, c), vec_sr(vec_xor(a, c), vec_splat_u8(1))); in avg3()
Dquantize_vsx.c26 return vec_sr(a, vec_shift_sign_s32); in vec_is_neg()
Dvpx_convolve_vsx.c171 const int32x4_t avg = vec_sr(vec_sums(sum, bias), vec_splat_u32(FILTER_BITS)); in convolve_line()
Dfdct32x32_vsx.c210 return vec_sr(a, vec_shift_sign_s16); in vec_sign_s16()
/external/jemalloc/test/include/test/
DSFMT-alti.h83 y = vec_sr(b, sr1); in vec_recursion()
/external/jemalloc_new/test/include/test/
DSFMT-alti.h83 y = vec_sr(b, sr1); in vec_recursion()
/external/libaom/libaom/av1/common/ppc/
Dcfl_ppc.c73 const int32x4_t avg = vec_sr(sum_32x4, div_shift); in subtract_average_vsx()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1059 res_vsll = vec_sr(vsll, vull); in test1()
1064 res_vull = vec_sr(vull, vull); in test1()
Dbuiltins-ppc-altivec.c4079 res_vsc = vec_sr(vsc, vuc); in test6()
4083 res_vuc = vec_sr(vuc, vuc); in test6()
4087 res_vs = vec_sr(vs, vus); in test6()
4091 res_vus = vec_sr(vus, vus); in test6()
4095 res_vi = vec_sr(vi, vui); in test6()
4099 res_vui = vec_sr(vui, vui); in test6()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h210 return (__m128i) vec_sr ((vector signed int) vsrc, vec_count.m128ui); in vec_srli_epi32()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h106 emm0 = vec_sr(reinterpret_cast<Packet4i>(x),
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c149 return vec_sr(a, vec_shift_sign_s32); in vec_is_neg()
/external/clang/lib/Headers/
Daltivec.h7967 vec_sr(vector signed char __a, vector unsigned char __b) { in vec_sr() function
7973 vec_sr(vector unsigned char __a, vector unsigned char __b) { in vec_sr() function
7978 vec_sr(vector signed short __a, vector unsigned short __b) { in vec_sr() function
7984 vec_sr(vector unsigned short __a, vector unsigned short __b) { in vec_sr() function
7989 vec_sr(vector signed int __a, vector unsigned int __b) { in vec_sr() function
7995 vec_sr(vector unsigned int __a, vector unsigned int __b) { in vec_sr() function
8001 vec_sr(vector signed long long __a, vector unsigned long long __b) { in vec_sr() function
8007 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { in vec_sr() function