Searched refs:pw_three (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 165 __vector short pw_zero = { __8X(0) }, pw_three = { __8X(3) }, in jsimd_h2v2_fancy_upsample_altivec() local 186 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 187 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 230 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 231 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 252 tmpl = vec_mladd(thiscolsum_1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 266 tmph = vec_mladd(thiscolsum_1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 282 tmpl = vec_mladd(thiscolsum1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 296 tmph = vec_mladd(thiscolsum1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
|