/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jfdctint-neon.c | 64 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 151 col2 = vcombine_s16(vrshrn_n_s32(col2_scaled_l, DESCALE_P1), in jsimd_fdct_islow_neon() 152 vrshrn_n_s32(col2_scaled_h, DESCALE_P1)); in jsimd_fdct_islow_neon() 158 col6 = vcombine_s16(vrshrn_n_s32(col6_scaled_l, DESCALE_P1), in jsimd_fdct_islow_neon() 159 vrshrn_n_s32(col6_scaled_h, DESCALE_P1)); in jsimd_fdct_islow_neon() 207 col7 = vcombine_s16(vrshrn_n_s32(tmp4_l, DESCALE_P1), in jsimd_fdct_islow_neon() 208 vrshrn_n_s32(tmp4_h, DESCALE_P1)); in jsimd_fdct_islow_neon() 214 col5 = vcombine_s16(vrshrn_n_s32(tmp5_l, DESCALE_P1), in jsimd_fdct_islow_neon() 215 vrshrn_n_s32(tmp5_h, DESCALE_P1)); in jsimd_fdct_islow_neon() 221 col3 = vcombine_s16(vrshrn_n_s32(tmp6_l, DESCALE_P1), in jsimd_fdct_islow_neon() [all …]
|
D | jidctint-neon.c | 41 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 445 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 446 vrshrn_n_s32(vaddq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 447 vrshrn_n_s32(vaddq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 448 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_regular() 451 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 452 vrshrn_n_s32(vsubq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 453 vrshrn_n_s32(vsubq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 454 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_regular() 528 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_sparse() [all …]
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 206 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec() 208 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
|
D | jidctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 239 pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_idct_islow_altivec() 241 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 206 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec() 208 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
|
D | jidctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 239 pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_idct_islow_altivec() 241 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
|
/third_party/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 85 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
|
D | jidctint-mmi.c | 38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 86 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 85 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
|
D | jidctint-mmi.c | 38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 86 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
|
/third_party/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 2372 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 2457 rshrn v18.4h, v18.4s, #DESCALE_P1 2458 rshrn v22.4h, v22.4s, #DESCALE_P1 2459 …rshrn2 v18.8h, v24.4s, #DESCALE_P1 /* dataptr[2] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13,… 2460 …rshrn2 v22.8h, v25.4s, #DESCALE_P1 /* dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12,… 2514 rshrn v23.4h, v28.4s, #DESCALE_P1 2515 rshrn v21.4h, v29.4s, #DESCALE_P1 2516 rshrn v19.4h, v30.4s, #DESCALE_P1 2517 rshrn v17.4h, v31.4s, #DESCALE_P1 2518 …rshrn2 v23.8h, v24.4s, #DESCALE_P1 /* dataptr[7] = (DCTELEM)DESCALE(tmp4 + z1 + z3, CONS… [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 2241 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 2370 rshrn v18.4h, v18.4s, #DESCALE_P1 2371 rshrn v22.4h, v22.4s, #DESCALE_P1 2372 …rshrn2 v18.8h, v24.4s, #DESCALE_P1 /* dataptr[2] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13,… 2373 …rshrn2 v22.8h, v25.4s, #DESCALE_P1 /* dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12,… 2427 rshrn v23.4h, v28.4s, #DESCALE_P1 2428 rshrn v21.4h, v29.4s, #DESCALE_P1 2429 rshrn v19.4h, v30.4s, #DESCALE_P1 2430 rshrn v17.4h, v31.4s, #DESCALE_P1 2431 …rshrn2 v23.8h, v24.4s, #DESCALE_P1 /* dataptr[7] = (DCTELEM)DESCALE(tmp4 + z1 + z3, CONS… [all …]
|