/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fwd_txfm_neon.c | 58 v_t3_lo = vmlsl_n_s16(v_t3_lo, vget_low_s16(v_x2), cospi_8_64); in vpx_fdct8x8_neon() 59 v_t3_hi = vmlsl_n_s16(v_t3_hi, vget_high_s16(v_x2), cospi_8_64); in vpx_fdct8x8_neon() 109 v_t2_lo = vmlsl_n_s16(v_t2_lo, vget_low_s16(v_x1), cospi_20_64); in vpx_fdct8x8_neon() 110 v_t2_hi = vmlsl_n_s16(v_t2_hi, vget_high_s16(v_x1), cospi_20_64); in vpx_fdct8x8_neon() 113 v_t3_lo = vmlsl_n_s16(v_t3_lo, vget_low_s16(v_x0), cospi_4_64); in vpx_fdct8x8_neon() 114 v_t3_hi = vmlsl_n_s16(v_t3_hi, vget_high_s16(v_x0), cospi_4_64); in vpx_fdct8x8_neon()
|
D | fdct16x16_neon.c | 160 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), c); in butterfly_one_coeff() 161 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), c); in butterfly_one_coeff() 181 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), c1); in butterfly_two_coeff() 182 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), c1); in butterfly_two_coeff()
|
D | fdct_neon.c | 67 const int32x4_t temp4 = vmlsl_n_s16(s_3_cospi_24_64, s_2, cospi_8_64); in vpx_fdct4x4_neon()
|
D | fdct32x32_neon.c | 205 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), constant); in butterfly_one_coeff() 206 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), constant); in butterfly_one_coeff() 226 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), constant1); in butterfly_two_coeff() 227 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), constant1); in butterfly_two_coeff() 574 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), constant); in butterfly_one_coeff_s16_s32() 575 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), constant); in butterfly_one_coeff_s16_s32()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | fwd_txfm_neon.c | 64 const int32x4_t temp4 = vmlsl_n_s16(s_3_cospi_24_64, s_2, cospi_8_64); in aom_fdct4x4_helper() 149 v_t3_lo = vmlsl_n_s16(v_t3_lo, vget_low_s16(v_x2), (int16_t)cospi_8_64); in aom_fdct8x8_neon() 150 v_t3_hi = vmlsl_n_s16(v_t3_hi, vget_high_s16(v_x2), (int16_t)cospi_8_64); in aom_fdct8x8_neon() 200 v_t2_lo = vmlsl_n_s16(v_t2_lo, vget_low_s16(v_x1), (int16_t)cospi_20_64); in aom_fdct8x8_neon() 201 v_t2_hi = vmlsl_n_s16(v_t2_hi, vget_high_s16(v_x1), (int16_t)cospi_20_64); in aom_fdct8x8_neon() 204 v_t3_lo = vmlsl_n_s16(v_t3_lo, vget_low_s16(v_x0), (int16_t)cospi_4_64); in aom_fdct8x8_neon() 205 v_t3_hi = vmlsl_n_s16(v_t3_hi, vget_high_s16(v_x0), (int16_t)cospi_4_64); in aom_fdct8x8_neon()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 137 temp4 = vmlsl_n_s16(o_1_m_trans_11, o_0, (WORD32)g_ai2_ihevc_trans_4[1][0]); in ihevc_resi_trans_4x4_neon() 490 a6.val[1] = vmlsl_n_s16(a6.val[1], vget_high_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 494 a6.val[0] = vmlsl_n_s16(a6.val[0], vget_low_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 517 a7.val[0] = vmlsl_n_s16(a7.val[0], vget_low_s16(o1), 50); in ihevc_resi_trans_8x8_neon() 519 a5.val[0] = vmlsl_n_s16(a5.val[0], vget_low_s16(o1), 89); in ihevc_resi_trans_8x8_neon() 521 a3.val[0] = vmlsl_n_s16(a3.val[0], vget_low_s16(o1), 18); in ihevc_resi_trans_8x8_neon() 527 a3.val[1] = vmlsl_n_s16(a3.val[1], vget_high_s16(o1), 18); in ihevc_resi_trans_8x8_neon() 529 a5.val[1] = vmlsl_n_s16(a5.val[1], vget_high_s16(o1), 89); in ihevc_resi_trans_8x8_neon() 531 a7.val[1] = vmlsl_n_s16(a7.val[1], vget_high_s16(o1), 50); in ihevc_resi_trans_8x8_neon() 538 a3.val[0] = vmlsl_n_s16(a3.val[0], vget_low_s16(o2), 89); in ihevc_resi_trans_8x8_neon() [all …]
|
/external/webp/src/dsp/ |
D | enc_neon.c | 323 const int32x4_t a3_m_a2 = vmlsl_n_s16(a3_2217, vget_high_s16(a3a2), 5352); in FTransform_NEON() 340 const int32x4_t a3_m_a2 = vmlsl_n_s16(a3_2217, vget_high_s16(a3a2), 5352); in FTransform_NEON()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 341 const int32x4_t x0 = vmlsl_n_s16(acc_x, vget_low_s16(*b), sin128); in ButterflyRotation_4() 364 const int32x4_t x0 = vmlsl_n_s16(acc_x, vget_low_s16(*b), sin128); in ButterflyRotation_8() 371 const int32x4_t x0_hi = vmlsl_n_s16(acc_x_hi, vget_high_s16(*b), sin128); in ButterflyRotation_8() 1186 s[1] = vmlsl_n_s16(s[1], vget_low_s16(x[2]), kAdst4Multiplier[0]); in Adst4_NEON()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 4171 return vmlsl_n_s16(a, b, c); in test_vmlsl_n_s16()
|
D | arm_neon_intrinsics.c | 9558 return vmlsl_n_s16(a, b, c); in test_vmlsl_n_s16()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 4811 return vmlsl_n_s16(a, b, c); in test_vmlsl_n_s16()
|
D | arm_neon_intrinsics.c | 7678 return vmlsl_n_s16(a, b, c); in test_vmlsl_n_s16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1951 _NEON2SSESTORAGE int32x4_t vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c); // VMLSL.S16 q0, d0, d… 14221 _NEON2SSESTORAGE int32x4_t vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c); // VMLSL.S16 q0, d0, d… 14222 _NEON2SSE_INLINE int32x4_t vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) // VMLSL.S16 q0, d0, d0… in vmlsl_n_s16() function
|