Searched refs:cospi_6_26N_14_18N (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 133 const int32x4_t cospi_6_26N_14_18N, in highbd_idct_cospi_6_26() argument 139 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 141 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 143 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 145 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 147 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 149 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 151 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 153 vget_low_s32(cospi_6_26N_14_18N), 0); in highbd_idct_cospi_6_26() 155 vget_low_s32(cospi_6_26N_14_18N), 1); in highbd_idct_cospi_6_26() [all …]
|
D | idct_neon.h | 605 const int16x4_t cospi_6_26N_14_18N, in idct_cospi_6_26() argument 609 t32[0] = vmull_lane_s16(vget_low_s16(s0), cospi_6_26N_14_18N, 0); in idct_cospi_6_26() 610 t32[1] = vmull_lane_s16(vget_high_s16(s0), cospi_6_26N_14_18N, 0); in idct_cospi_6_26() 611 t32[2] = vmull_lane_s16(vget_low_s16(s1), cospi_6_26N_14_18N, 0); in idct_cospi_6_26() 612 t32[3] = vmull_lane_s16(vget_high_s16(s1), cospi_6_26N_14_18N, 0); in idct_cospi_6_26() 613 t32[0] = vmlal_lane_s16(t32[0], vget_low_s16(s1), cospi_6_26N_14_18N, 1); in idct_cospi_6_26() 614 t32[1] = vmlal_lane_s16(t32[1], vget_high_s16(s1), cospi_6_26N_14_18N, 1); in idct_cospi_6_26() 615 t32[2] = vmlsl_lane_s16(t32[2], vget_low_s16(s0), cospi_6_26N_14_18N, 1); in idct_cospi_6_26() 616 t32[3] = vmlsl_lane_s16(t32[3], vget_high_s16(s0), cospi_6_26N_14_18N, 1); in idct_cospi_6_26() 653 const int16x4_t cospi_6_26N_14_18N, in idct_cospi_14_18() argument [all …]
|
D | idct16x16_add_neon.c | 74 const int16x4_t cospi_6_26N_14_18N = vget_high_s16(cospis1); in vpx_idct16x16_256_add_half1d() local 180 idct_cospi_14_18(step1[9], step1[14], cospi_6_26N_14_18N, &step2[9], in vpx_idct16x16_256_add_half1d() 184 idct_cospi_6_26(step1[11], step1[12], cospi_6_26N_14_18N, &step2[11], in vpx_idct16x16_256_add_half1d()
|