Searched refs:outle (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 41 next0l, next0h, outle, outhe, outlo, outho; in jsimd_h2v1_fancy_upsample_altivec() local 95 outle = vec_add(this0l, last0l); in jsimd_h2v1_fancy_upsample_altivec() 97 outle = vec_sr(outle, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec() 100 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v1_fancy_upsample_altivec() 142 tmpl, tmph, outle, outhe, outlo, outho; in jsimd_h2v2_fancy_upsample_altivec() local 243 outle = vec_add(tmpl, p_lastcolsum_1l); in jsimd_h2v2_fancy_upsample_altivec() 244 outle = vec_add(outle, pw_eight); in jsimd_h2v2_fancy_upsample_altivec() 245 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec() 251 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v2_fancy_upsample_altivec() 273 outle = vec_add(tmpl, p_lastcolsum1l); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|