Searched refs:left_s16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 908 const int16x4_t left_s16 = vld1_s16((const int16_t *)left); in vpx_highbd_tm_predictor_4x4_neon() local 913 sum = vcombine_s16(vdup_lane_s16(left_s16, 0), vdup_lane_s16(left_s16, 1)); in vpx_highbd_tm_predictor_4x4_neon() 922 sum = vcombine_s16(vdup_lane_s16(left_s16, 2), vdup_lane_s16(left_s16, 3)); in vpx_highbd_tm_predictor_4x4_neon() 948 const int16x8_t left_s16 = vld1q_s16((const int16_t *)left); in vpx_highbd_tm_predictor_8x8_neon() local 954 left_s16d = vget_low_s16(left_s16); in vpx_highbd_tm_predictor_8x8_neon() 956 for (i = 0; i < 2; i++, left_s16d = vget_high_s16(left_s16)) { in vpx_highbd_tm_predictor_8x8_neon()
|
D | intrapred_neon.c | 883 const int16x4_t left_s16 = vget_low_s16(convert_u8_to_s16(left_u8)); in vpx_tm_predictor_4x4_neon() local 892 sum = vcombine_s16(vdup_lane_s16(left_s16, 0), vdup_lane_s16(left_s16, 1)); in vpx_tm_predictor_4x4_neon() 900 sum = vcombine_s16(vdup_lane_s16(left_s16, 2), vdup_lane_s16(left_s16, 3)); in vpx_tm_predictor_4x4_neon()
|