Home
last modified time | relevance | path

Searched refs:DESCALE_P1 (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djfdctint-neon.c64 #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 …]
Djidctint-neon.c41 #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 …]