Searched refs:this0h (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 39 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec() local 90 this0h = vec_mergel(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec() 113 outhe = vec_add(this0h, last0h); in jsimd_h2v1_fancy_upsample_altivec() 114 outho = vec_add(this0h, next0h); in jsimd_h2v1_fancy_upsample_altivec() 139 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec() local 185 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec() 187 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 193 thiscolsum_1h = vec_add(this0h, this_1h); in jsimd_h2v2_fancy_upsample_altivec() 202 thiscolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec() 229 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|