Searched refs:this0l (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 40 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec() local 84 this0l = vec_mergeh(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec() 95 outle = vec_add(this0l, last0l); in jsimd_h2v1_fancy_upsample_altivec() 96 outlo = vec_add(this0l, next0l); in jsimd_h2v1_fancy_upsample_altivec() 135 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec() local 174 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec() 176 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 182 thiscolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec() 191 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec() 218 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|