Searched refs:outhe (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 108 outhe = vec_add(this0h, last0h); in jsimd_h2v1_fancy_upsample_altivec() 110 outhe = vec_sr(outhe, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec() 113 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v1_fancy_upsample_altivec() 142 tmpl, tmph, outle, outhe, outlo, outho; in jsimd_h2v2_fancy_upsample_altivec() local 257 outhe = vec_add(tmph, p_lastcolsum_1h); in jsimd_h2v2_fancy_upsample_altivec() 258 outhe = vec_add(outhe, pw_eight); in jsimd_h2v2_fancy_upsample_altivec() 259 outhe = vec_sr(outhe, pw_four); in jsimd_h2v2_fancy_upsample_altivec() 265 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v2_fancy_upsample_altivec() 287 outhe = vec_add(tmph, p_lastcolsum1h); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|