Home
last modified time | relevance | path

Searched refs:VEC_UNPACKLU (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/simd/powerpc/
Djcsample-altivec.c63 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v1_downsample_altivec()
72 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
123 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v2_downsample_altivec()
129 this1o = (__vector unsigned short)VEC_UNPACKLU(this1); in jsimd_h2v2_downsample_altivec()
140 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
146 next1o = (__vector unsigned short)VEC_UNPACKLU(next1); in jsimd_h2v2_downsample_altivec()
Djdsample-altivec.c93 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
97 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
185 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
191 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
200 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
229 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
235 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
243 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
Djcgryext-altivec.c190 bg0 = (__vector signed short)VEC_UNPACKLU(rgbg0); in jsimd_rgb_gray_convert_altivec()
192 bg1 = (__vector signed short)VEC_UNPACKLU(rgbg1); in jsimd_rgb_gray_convert_altivec()
194 bg2 = (__vector signed short)VEC_UNPACKLU(rgbg2); in jsimd_rgb_gray_convert_altivec()
196 bg3 = (__vector signed short)VEC_UNPACKLU(rgbg3); in jsimd_rgb_gray_convert_altivec()
Djccolext-altivec.c187 bg0 = (__vector signed short)VEC_UNPACKLU(rgbg0); in jsimd_rgb_ycc_convert_altivec()
189 bg1 = (__vector signed short)VEC_UNPACKLU(rgbg1); in jsimd_rgb_ycc_convert_altivec()
191 bg2 = (__vector signed short)VEC_UNPACKLU(rgbg2); in jsimd_rgb_ycc_convert_altivec()
193 bg3 = (__vector signed short)VEC_UNPACKLU(rgbg3); in jsimd_rgb_ycc_convert_altivec()
Djsimd_altivec.h89 #define VEC_UNPACKLU(a) vec_mergel(pb_zero, a) macro
96 #define VEC_UNPACKLU(a) vec_mergel(a, pb_zero) macro
Djdcolext-altivec.c87 yh = (__vector signed short)VEC_UNPACKLU(y); in jsimd_ycc_rgb_convert_altivec()
91 cbh = (__vector signed short)VEC_UNPACKLU(cb); in jsimd_ycc_rgb_convert_altivec()
97 crh = (__vector signed short)VEC_UNPACKLU(cr); in jsimd_ycc_rgb_convert_altivec()
Djdmrgext-altivec.c93 cbh = (__vector signed short)VEC_UNPACKLU(cb); in jsimd_h2v1_merged_upsample_altivec()
99 crh = (__vector signed short)VEC_UNPACKLU(cr); in jsimd_h2v1_merged_upsample_altivec()