Searched refs:this0l (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 89 this0l = vec_mergeh(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec() 100 outle = vec_add(this0l, last0l); in jsimd_h2v1_fancy_upsample_altivec() 101 outlo = vec_add(this0l, next0l); in jsimd_h2v1_fancy_upsample_altivec() 139 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec() local 184 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec() 186 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 192 thiscolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec() 201 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec() 228 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|