Searched refs:this1h (Results 1 – 2 of 2) sorted by relevance
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 139 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec() local 200 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec() 202 thiscolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec() 243 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec() 245 nextcolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 139 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec() local 200 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec() 202 thiscolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec() 243 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec() 245 nextcolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec()
|