Searched refs:vld1q_dup_s16 (Results 1 – 4 of 4) sorted by relevance
905 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_4x4_neon()946 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_8x8_neon()991 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_16x16_neon()1049 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_32x32_neon()
66 return vld1q_dup_s16(a); in test_vld1q_dup_s16()
4370 return vld1q_dup_s16(a); in test_vld1q_dup_s16()
1280 _NEON2SSESTORAGE int16x8_t vld1q_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]},…9468 _NEON2SSESTORAGE int16x8_t vld1q_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]},…9469 #define vld1q_dup_s16(ptr) _mm_set1_epi16 (*(ptr)) macro