Searched refs:outle (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 100 outle = vec_add(this0l, last0l); in jsimd_h2v1_fancy_upsample_altivec() 102 outle = vec_sr(outle, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec() 105 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v1_fancy_upsample_altivec() 146 tmpl, tmph, outle, outhe, outlo, outho; in jsimd_h2v2_fancy_upsample_altivec() local 253 outle = vec_add(tmpl, p_lastcolsum_1l); in jsimd_h2v2_fancy_upsample_altivec() 254 outle = vec_add(outle, pw_eight); in jsimd_h2v2_fancy_upsample_altivec() 255 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec() 261 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v2_fancy_upsample_altivec() 283 outle = vec_add(tmpl, p_lastcolsum1l); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|