Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/simd/mips64/
Djdsample-mmi.c120 __m64 next1l, next1h, next1, nextcolsum1l, nextcolsum1h; in jsimd_h2v2_fancy_upsample_mmi() local
207 nextcolsum1l = _mm_add_pi16(next0l, next1l); /* ( 0 1 2 3) */ in jsimd_h2v2_fancy_upsample_mmi()
213 _mm_store_si64((__m64 *)outptr1 + 2, nextcolsum1l); in jsimd_h2v2_fancy_upsample_mmi()
217 wk[3] = _mm_slli_si64(nextcolsum1l, (SIZEOF_MMWORD - 2) * BYTE_BIT); /* ( - - - 0) */ in jsimd_h2v2_fancy_upsample_mmi()
/third_party/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c144 nextcolsum1l = { 0 }, nextcolsum1h = { 0 }, in jsimd_h2v2_fancy_upsample_altivec() local
244 nextcolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
311 thiscolsum1l = nextcolsum1l; thiscolsum1h = nextcolsum1h; in jsimd_h2v2_fancy_upsample_altivec()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c144 nextcolsum1l = { 0 }, nextcolsum1h = { 0 }, in jsimd_h2v2_fancy_upsample_altivec() local
244 nextcolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
311 thiscolsum1l = nextcolsum1l; thiscolsum1h = nextcolsum1h; in jsimd_h2v2_fancy_upsample_altivec()