Searched refs:cospi_2_30_10_22 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 49 const int32x4_t cospi_2_30_10_22, in highbd_idct_cospi_2_30() argument 55 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 57 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 59 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 61 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 63 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 65 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 67 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 69 vget_low_s32(cospi_2_30_10_22), 1); in highbd_idct_cospi_2_30() 71 vget_low_s32(cospi_2_30_10_22), 0); in highbd_idct_cospi_2_30() [all …]
|
D | idct_neon.h | 573 const int16x4_t cospi_2_30_10_22, in idct_cospi_2_30() argument 577 t32[0] = vmull_lane_s16(vget_low_s16(s0), cospi_2_30_10_22, 1); in idct_cospi_2_30() 578 t32[1] = vmull_lane_s16(vget_high_s16(s0), cospi_2_30_10_22, 1); in idct_cospi_2_30() 579 t32[2] = vmull_lane_s16(vget_low_s16(s1), cospi_2_30_10_22, 1); in idct_cospi_2_30() 580 t32[3] = vmull_lane_s16(vget_high_s16(s1), cospi_2_30_10_22, 1); in idct_cospi_2_30() 581 t32[0] = vmlsl_lane_s16(t32[0], vget_low_s16(s1), cospi_2_30_10_22, 0); in idct_cospi_2_30() 582 t32[1] = vmlsl_lane_s16(t32[1], vget_high_s16(s1), cospi_2_30_10_22, 0); in idct_cospi_2_30() 583 t32[2] = vmlal_lane_s16(t32[2], vget_low_s16(s0), cospi_2_30_10_22, 0); in idct_cospi_2_30() 584 t32[3] = vmlal_lane_s16(t32[3], vget_high_s16(s0), cospi_2_30_10_22, 0); in idct_cospi_2_30() 621 const int16x4_t cospi_2_30_10_22, in idct_cospi_10_22() argument [all …]
|
D | idct16x16_add_neon.c | 73 const int16x4_t cospi_2_30_10_22 = vget_low_s16(cospis1); in vpx_idct16x16_256_add_half1d() local 179 idct_cospi_2_30(step1[8], step1[15], cospi_2_30_10_22, &step2[8], &step2[15]); in vpx_idct16x16_256_add_half1d() 182 idct_cospi_10_22(step1[10], step1[13], cospi_2_30_10_22, &step2[10], in vpx_idct16x16_256_add_half1d()
|