Home
last modified time | relevance | path

Searched refs:vdupq_lane_s16 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c929 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_tm_predictor_8x8_neon()
931 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_tm_predictor_8x8_neon()
933 left_dup = vdupq_lane_s16(left_s16d, 2); in vpx_tm_predictor_8x8_neon()
935 left_dup = vdupq_lane_s16(left_s16d, 3); in vpx_tm_predictor_8x8_neon()
970 left_dup = vdupq_lane_s16(left_low, 0); in vpx_tm_predictor_16x16_neon()
972 left_dup = vdupq_lane_s16(left_low, 1); in vpx_tm_predictor_16x16_neon()
974 left_dup = vdupq_lane_s16(left_low, 2); in vpx_tm_predictor_16x16_neon()
976 left_dup = vdupq_lane_s16(left_low, 3); in vpx_tm_predictor_16x16_neon()
979 left_dup = vdupq_lane_s16(left_high, 0); in vpx_tm_predictor_16x16_neon()
981 left_dup = vdupq_lane_s16(left_high, 1); in vpx_tm_predictor_16x16_neon()
[all …]
Dhighbd_intrapred_neon.c957 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_highbd_tm_predictor_8x8_neon()
960 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_highbd_tm_predictor_8x8_neon()
963 left_dup = vdupq_lane_s16(left_s16d, 2); in vpx_highbd_tm_predictor_8x8_neon()
966 left_dup = vdupq_lane_s16(left_s16d, 3); in vpx_highbd_tm_predictor_8x8_neon()
1003 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_highbd_tm_predictor_16x16_neon()
1006 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_highbd_tm_predictor_16x16_neon()
1009 left_dup = vdupq_lane_s16(left_s16d, 2); in vpx_highbd_tm_predictor_16x16_neon()
1012 left_dup = vdupq_lane_s16(left_s16d, 3); in vpx_highbd_tm_predictor_16x16_neon()
1065 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_highbd_tm_predictor_32x32_neon()
1068 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_highbd_tm_predictor_32x32_neon()
[all …]
Dvpx_convolve8_neon.h121 const int16x8_t filter3 = vdupq_lane_s16(vget_low_s16(filters), 3); in scale_filter_8()
122 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in scale_filter_8()
Dvpx_convolve8_neon.c150 const int16x8_t filter3 = vdupq_lane_s16(vget_low_s16(filters), 3); in vpx_convolve8_horiz_neon()
151 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_horiz_neon()
407 const int16x8_t filter3 = vdupq_lane_s16(vget_low_s16(filters), 3); in vpx_convolve8_avg_horiz_neon()
408 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_avg_horiz_neon()
684 const int16x8_t filter3 = vdupq_lane_s16(vget_low_s16(filters), 3); in vpx_convolve8_vert_neon()
685 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_vert_neon()
865 const int16x8_t filter3 = vdupq_lane_s16(vget_low_s16(filters), 3); in vpx_convolve8_avg_vert_neon()
866 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_avg_vert_neon()
/external/neon_2_sse/
DNEON_2_SSE.h1722 _NEON2SSESTORAGE int16x8_t vdupq_lane_s16(int16x4_t vec, __constrange(0,3) int lane); // VDUP.16 q0…
12475 _NEON2SSESTORAGE int16x8_t vdupq_lane_s16(int16x4_t vec, __constrange(0,3) int lane); // VDUP.16 q0…
12476 #define vdupq_lane_s16 vdupq_lane_u16 macro
12485 #define vdupq_lane_p16 vdupq_lane_s16
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c2714 return vdupq_lane_s16(a, 3); in test_vdupq_lane_s16()