Home
last modified time | relevance | path

Searched refs:this_1h (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
191 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
193 thiscolsum_1h = vec_add(this0h, this_1h); in jsimd_h2v2_fancy_upsample_altivec()
235 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
237 nextcolsum_1h = vec_add(this0h, this_1h); 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
191 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
193 thiscolsum_1h = vec_add(this0h, this_1h); in jsimd_h2v2_fancy_upsample_altivec()
235 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
237 nextcolsum_1h = vec_add(this0h, this_1h); in jsimd_h2v2_fancy_upsample_altivec()
/third_party/libjpeg-turbo/simd/mips64/
Djdsample-mmi.c115 __m64 this_1l, this_1h, this_1, thiscolsum_1l, thiscolsum_1h; in jsimd_h2v2_fancy_upsample_mmi() local
164 this_1h = _mm_unpackhi_pi8(this_1, zero); /* row[-1][0]( 4 5 6 7) */ in jsimd_h2v2_fancy_upsample_mmi()
172 thiscolsum_1h = _mm_add_pi16(this_1h, this0h); /* ( 4 5 6 7) */ in jsimd_h2v2_fancy_upsample_mmi()