Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djcsample-altivec.c62 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v1_downsample_altivec()
71 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
122 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v2_downsample_altivec()
128 this1o = (__vector unsigned short)VEC_UNPACKLU(this1); in jsimd_h2v2_downsample_altivec()
139 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
145 next1o = (__vector unsigned short)VEC_UNPACKLU(next1); in jsimd_h2v2_downsample_altivec()
Djdsample-altivec.c88 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
92 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
175 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
181 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
190 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
219 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
225 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
233 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
Djcgryext-altivec.c189 bg0 = (__vector signed short)VEC_UNPACKLU(rgbg0); in jsimd_rgb_gray_convert_altivec()
191 bg1 = (__vector signed short)VEC_UNPACKLU(rgbg1); in jsimd_rgb_gray_convert_altivec()
193 bg2 = (__vector signed short)VEC_UNPACKLU(rgbg2); in jsimd_rgb_gray_convert_altivec()
195 bg3 = (__vector signed short)VEC_UNPACKLU(rgbg3); in jsimd_rgb_gray_convert_altivec()
Djccolext-altivec.c185 bg0 = (__vector signed short)VEC_UNPACKLU(rgbg0); in jsimd_rgb_ycc_convert_altivec()
187 bg1 = (__vector signed short)VEC_UNPACKLU(rgbg1); in jsimd_rgb_ycc_convert_altivec()
189 bg2 = (__vector signed short)VEC_UNPACKLU(rgbg2); in jsimd_rgb_ycc_convert_altivec()
191 bg3 = (__vector signed short)VEC_UNPACKLU(rgbg3); in jsimd_rgb_ycc_convert_altivec()
Djsimd_altivec.h90 #define VEC_UNPACKLU(a) vec_mergel(pb_zero, a) macro
97 #define VEC_UNPACKLU(a) vec_mergel(a, pb_zero) macro
Djdcolext-altivec.c85 yh = (__vector signed short)VEC_UNPACKLU(y); in jsimd_ycc_rgb_convert_altivec()
89 cbh = (__vector signed short)VEC_UNPACKLU(cb); in jsimd_ycc_rgb_convert_altivec()
95 crh = (__vector signed short)VEC_UNPACKLU(cr); in jsimd_ycc_rgb_convert_altivec()
Djdmrgext-altivec.c87 cbh = (__vector signed short)VEC_UNPACKLU(cb); in jsimd_h2v1_merged_upsample_altivec()
93 crh = (__vector signed short)VEC_UNPACKLU(cr); in jsimd_h2v1_merged_upsample_altivec()