Searched refs:cospi_0_8_16_24 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 26 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_d_kernel() argument 28 t32[0] = vmull_lane_s16(s0, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel() 29 t32[1] = vmull_lane_s16(s1, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel() 30 t32[0] = vmlsl_lane_s16(t32[0], s1, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel() 31 t32[1] = vmlal_lane_s16(t32[1], s0, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel() 35 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_d() argument 39 idct_cospi_8_24_d_kernel(s0, s1, cospi_0_8_16_24, t32); in idct_cospi_8_24_d() 44 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_neg_d() argument 49 idct_cospi_8_24_d_kernel(s0, s1, cospi_0_8_16_24, t32); in idct_cospi_8_24_neg_d() 55 const int16x4_t cospi_0_8_16_24, in idct_cospi_16_16_d() argument [all …]
|
D | highbd_idct16x16_add_neon.c | 300 const int32x4x2_t s0, const int32x4x2_t s1, const int32x4_t cospi_0_8_16_24, in highbd_idct_cospi_8_24_q_kernel() argument 303 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 305 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 307 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 309 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 311 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 313 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 315 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 317 vget_high_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() 319 vget_low_s32(cospi_0_8_16_24), 1); in highbd_idct_cospi_8_24_q_kernel() [all …]
|
D | idct_neon.h | 524 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_q_kernel() argument 526 t32[0] = vmull_lane_s16(vget_low_s16(s0), cospi_0_8_16_24, 3); in idct_cospi_8_24_q_kernel() 527 t32[1] = vmull_lane_s16(vget_high_s16(s0), cospi_0_8_16_24, 3); in idct_cospi_8_24_q_kernel() 528 t32[2] = vmull_lane_s16(vget_low_s16(s1), cospi_0_8_16_24, 3); in idct_cospi_8_24_q_kernel() 529 t32[3] = vmull_lane_s16(vget_high_s16(s1), cospi_0_8_16_24, 3); in idct_cospi_8_24_q_kernel() 530 t32[0] = vmlsl_lane_s16(t32[0], vget_low_s16(s1), cospi_0_8_16_24, 1); in idct_cospi_8_24_q_kernel() 531 t32[1] = vmlsl_lane_s16(t32[1], vget_high_s16(s1), cospi_0_8_16_24, 1); in idct_cospi_8_24_q_kernel() 532 t32[2] = vmlal_lane_s16(t32[2], vget_low_s16(s0), cospi_0_8_16_24, 1); in idct_cospi_8_24_q_kernel() 533 t32[3] = vmlal_lane_s16(t32[3], vget_high_s16(s0), cospi_0_8_16_24, 1); in idct_cospi_8_24_q_kernel() 537 const int16x4_t cospi_0_8_16_24, in idct_cospi_8_24_q() argument [all …]
|