Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctfst-neon.c136 int16x4_t tmp1_sub_tmp3 = vsub_s16(tmp1, tmp3); in jsimd_idct_ifast_neon() local
137 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon()
138 tmp12 = vadd_s16(tmp12, tmp1_sub_tmp3); in jsimd_idct_ifast_neon()
211 int16x4_t tmp1_sub_tmp3 = vsub_s16(tmp1, tmp3); in jsimd_idct_ifast_neon() local
212 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon()
213 tmp12 = vadd_s16(tmp12, tmp1_sub_tmp3); in jsimd_idct_ifast_neon()
281 int16x8_t tmp1_sub_tmp3 = vsubq_s16(tmp1, tmp3); in jsimd_idct_ifast_neon() local
282 int16x8_t tmp12 = vqdmulhq_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon()
283 tmp12 = vaddq_s16(tmp12, tmp1_sub_tmp3); in jsimd_idct_ifast_neon()