Home
last modified time | relevance | path

Searched refs:this1h (Results 1 – 3 of 3) sorted by relevance

/third_party/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c139 __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/
Djdsample-altivec.c139 __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/
Djdsample-mmi.c117 __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()