Searched refs:highbd_idct_cospi_lane0_dual (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 733 static INLINE int32x4x2_t highbd_idct_cospi_lane0_dual(const int32x4x2_t s, in highbd_idct_cospi_lane0_dual() function 835 highbd_idct_cospi_lane0_dual(step1[12], vget_low_s32(cospi_6_26N_14_18N)); in vpx_highbd_idct16x16_38_add_half1d() 837 highbd_idct_cospi_lane0_dual(step1[10], vget_high_s32(cospi_2_30_10_22)); in vpx_highbd_idct16x16_38_add_half1d() 838 step2[14] = highbd_idct_cospi_lane0_dual(step1[14], in vpx_highbd_idct16x16_38_add_half1d() 841 highbd_idct_cospi_lane0_dual(step1[8], vget_low_s32(cospi_2_30_10_22)); in vpx_highbd_idct16x16_38_add_half1d() 849 highbd_idct_cospi_lane0_dual(step2[6], vget_high_s32(cospi_4_12_20N_28)); in vpx_highbd_idct16x16_38_add_half1d() 853 highbd_idct_cospi_lane0_dual(step2[4], vget_low_s32(cospi_4_12_20N_28)); in vpx_highbd_idct16x16_38_add_half1d() 865 highbd_idct_cospi_lane0_dual(step1[0], vget_high_s32(cospi_0_8_16_24)); in vpx_highbd_idct16x16_38_add_half1d() 1114 highbd_idct_cospi_lane0_dual(step1[12], vget_low_s32(cospi_6_26N_14_18N)); in highbd_idct16x16_10_add_half1d_pass2() 1116 highbd_idct_cospi_lane0_dual(step1[8], vget_low_s32(cospi_2_30_10_22)); in highbd_idct16x16_10_add_half1d_pass2() [all …]
|