Home
last modified time | relevance | path

Searched refs:this1l (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
199 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
201 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
242 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
244 nextcolsum1l = vec_add(this0l, this1l); 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
199 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
201 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
242 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
244 nextcolsum1l = vec_add(this0l, this1l); 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
165 this1l = _mm_unpacklo_pi8(this1, zero); /* row[+1][0]( 0 1 2 3) */ in jsimd_h2v2_fancy_upsample_mmi()
173 thiscolsum1l = _mm_add_pi16(this0l, this1l); /* ( 0 1 2 3) */ in jsimd_h2v2_fancy_upsample_mmi()