• Home
  • Raw
  • Download

Lines Matching refs:tmp7

150     int16x4_t tmp7 = vmul_s16(vget_high_s16(row7), quant_row7);  in jsimd_idct_ifast_neon()  local
154 int16x4_t z11 = vadd_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
155 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
157 tmp7 = vadd_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
172 tmp6 = vsub_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon()
176 row0 = vcombine_s16(dcval, vadd_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
177 row7 = vcombine_s16(dcval, vsub_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
225 int16x4_t tmp7 = vmul_s16(vget_low_s16(row7), quant_row7); in jsimd_idct_ifast_neon() local
229 int16x4_t z11 = vadd_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
230 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
232 tmp7 = vadd_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
247 tmp6 = vsub_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon()
251 row0 = vcombine_s16(vadd_s16(tmp0, tmp7), dcval); in jsimd_idct_ifast_neon()
252 row7 = vcombine_s16(vsub_s16(tmp0, tmp7), dcval); in jsimd_idct_ifast_neon()
295 int16x8_t tmp7 = vmulq_s16(row7, quant_row7); in jsimd_idct_ifast_neon() local
299 int16x8_t z11 = vaddq_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
300 int16x8_t z12 = vsubq_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
302 tmp7 = vaddq_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
317 tmp6 = vsubq_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon()
321 row0 = vaddq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
322 row7 = vsubq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
383 int16x8_t tmp7 = vaddq_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon() local
398 int16x8_t tmp6 = vsubq_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon()
402 col0 = vaddq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
403 col7 = vsubq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()