Searched refs:pw_three (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 155 __vector short pw_zero = { __8X(0) }, pw_three = { __8X(3) }, in jsimd_h2v2_fancy_upsample_altivec() local 176 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 177 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 220 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 221 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 242 tmpl = vec_mladd(thiscolsum_1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 256 tmph = vec_mladd(thiscolsum_1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 272 tmpl = vec_mladd(thiscolsum1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 286 tmph = vec_mladd(thiscolsum1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
|