Searched refs:outhe (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 40 next0l, next0h, outle, outhe, outlo, outho; in jsimd_h2v1_fancy_upsample_altivec() local 113 outhe = vec_add(this0h, last0h); in jsimd_h2v1_fancy_upsample_altivec() 115 outhe = vec_sr(outhe, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec() 118 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v1_fancy_upsample_altivec() 146 tmpl, tmph, outle, outhe, outlo, outho; in jsimd_h2v2_fancy_upsample_altivec() local 267 outhe = vec_add(tmph, p_lastcolsum_1h); in jsimd_h2v2_fancy_upsample_altivec() 268 outhe = vec_add(outhe, pw_eight); in jsimd_h2v2_fancy_upsample_altivec() 269 outhe = vec_sr(outhe, pw_four); in jsimd_h2v2_fancy_upsample_altivec() 275 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v2_fancy_upsample_altivec() 297 outhe = vec_add(tmph, p_lastcolsum1h); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|