Lines Matching refs:tmp10
99 int16x8_t tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ in jsimd_fdct_ifast_neon() local
104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
105 col4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
112 tmp10 = vaddq_s16(tmp4, tmp5); /* phase 2 */ in jsimd_fdct_ifast_neon()
116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon()
117 int16x8_t z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon()
173 tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ in jsimd_fdct_ifast_neon()
178 row0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
179 row4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
186 tmp10 = vaddq_s16(tmp4, tmp5); /* phase 2 */ in jsimd_fdct_ifast_neon()
190 z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon()
191 z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon()