Home
last modified time | relevance | path

Searched refs:pw_two (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec() local
98 next0l = vec_add(next0l, pw_two); in jsimd_h2v1_fancy_upsample_altivec()
102 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()
111 next0h = vec_add(next0h, 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()
Djcsample-altivec.c102 pw_two = { __8X(2) }; in jsimd_h2v2_downsample_altivec() local
134 outl = vec_sr(outl, pw_two); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()