Searched refs:nextcolsum_1l (Results 1 – 3 of 3) sorted by relevance
/third_party/libjpeg-turbo/simd/mips64/ |
D | jdsample-mmi.c | 118 __m64 next_1l, next_1h, next_1, nextcolsum_1l, nextcolsum_1h; in jsimd_h2v2_fancy_upsample_mmi() local 205 nextcolsum_1l = _mm_add_pi16(next_1l, next0l); /* ( 0 1 2 3) */ in jsimd_h2v2_fancy_upsample_mmi() 211 _mm_store_si64((__m64 *)outptr0 + 2, nextcolsum_1l); in jsimd_h2v2_fancy_upsample_mmi() 216 wk[2] = _mm_slli_si64(nextcolsum_1l, (SIZEOF_MMWORD - 2) * BYTE_BIT); /* ( - - - 0) */ in jsimd_h2v2_fancy_upsample_mmi()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 143 nextcolsum_1l = { 0 }, nextcolsum_1h = { 0 }, in jsimd_h2v2_fancy_upsample_altivec() local 236 nextcolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec() 239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec() 310 thiscolsum_1l = nextcolsum_1l; thiscolsum_1h = nextcolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 143 nextcolsum_1l = { 0 }, nextcolsum_1h = { 0 }, in jsimd_h2v2_fancy_upsample_altivec() local 236 nextcolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec() 239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec() 310 thiscolsum_1l = nextcolsum_1l; thiscolsum_1h = nextcolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()
|