Home
last modified time | relevance | path

Searched refs:cospi_4_12_20N_28 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c91 const int32x4_t cospi_4_12_20N_28, in highbd_idct_cospi_4_28() argument
97 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
99 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
101 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
103 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
105 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
107 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
109 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
111 vget_high_s32(cospi_4_12_20N_28), 1); in highbd_idct_cospi_4_28()
113 vget_low_s32(cospi_4_12_20N_28), 0); in highbd_idct_cospi_4_28()
[all …]
Didct_neon.h589 const int16x4_t cospi_4_12_20N_28, in idct_cospi_4_28() argument
593 t32[0] = vmull_lane_s16(vget_low_s16(s0), cospi_4_12_20N_28, 3); in idct_cospi_4_28()
594 t32[1] = vmull_lane_s16(vget_high_s16(s0), cospi_4_12_20N_28, 3); in idct_cospi_4_28()
595 t32[2] = vmull_lane_s16(vget_low_s16(s1), cospi_4_12_20N_28, 3); in idct_cospi_4_28()
596 t32[3] = vmull_lane_s16(vget_high_s16(s1), cospi_4_12_20N_28, 3); in idct_cospi_4_28()
597 t32[0] = vmlsl_lane_s16(t32[0], vget_low_s16(s1), cospi_4_12_20N_28, 0); in idct_cospi_4_28()
598 t32[1] = vmlsl_lane_s16(t32[1], vget_high_s16(s1), cospi_4_12_20N_28, 0); in idct_cospi_4_28()
599 t32[2] = vmlal_lane_s16(t32[2], vget_low_s16(s0), cospi_4_12_20N_28, 0); in idct_cospi_4_28()
600 t32[3] = vmlal_lane_s16(t32[3], vget_high_s16(s0), cospi_4_12_20N_28, 0); in idct_cospi_4_28()
637 const int16x4_t cospi_4_12_20N_28, in idct_cospi_12_20() argument
[all …]
Didct16x16_add_neon.c72 const int16x4_t cospi_4_12_20N_28 = vget_high_s16(cospis0); in vpx_idct16x16_256_add_half1d() local
192 idct_cospi_4_28(step2[4], step2[7], cospi_4_12_20N_28, &step1[4], &step1[7]); in vpx_idct16x16_256_add_half1d()
193 idct_cospi_12_20(step2[5], step2[6], cospi_4_12_20N_28, &step1[5], &step1[6]); in vpx_idct16x16_256_add_half1d()