Searched refs:this1h (Results 1 – 3 of 3) 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()
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jdsample-mmi.c | 117 __m64 this1l, this1h, this1, thiscolsum1l, thiscolsum1h; in jsimd_h2v2_fancy_upsample_mmi() local 166 this1h = _mm_unpackhi_pi8(this1, zero); /* row[+1][0]( 4 5 6 7) */ in jsimd_h2v2_fancy_upsample_mmi() 174 thiscolsum1h = _mm_add_pi16(this0h, this1h); /* ( 4 5 6 7) */ in jsimd_h2v2_fancy_upsample_mmi()
|