Searched refs:pw_two (Results 1 – 4 of 4) sorted by relevance
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 59 __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()
|
D | jcsample-altivec.c | 102 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()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 59 __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()
|
D | jcsample-altivec.c | 102 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()
|