Searched refs:left_s16d (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 950 int16x4_t left_s16d; 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() 957 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() 1001 int16x4_t left_s16d = vget_low_s16(left_s16q); in vpx_highbd_tm_predictor_16x16_neon() local 1002 for (i = 0; i < 2; i++, left_s16d = vget_high_s16(left_s16q)) { in vpx_highbd_tm_predictor_16x16_neon() 1003 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_highbd_tm_predictor_16x16_neon() [all …]
|
D | intrapred_neon.c | 925 int16x4_t left_s16d = vget_low_s16(left_s16q); in vpx_tm_predictor_8x8_neon() local 928 for (i = 0; i < 2; i++, left_s16d = vget_high_s16(left_s16q)) { in vpx_tm_predictor_8x8_neon() 931 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_tm_predictor_8x8_neon() 933 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_tm_predictor_8x8_neon() 935 left_dup = vdupq_lane_s16(left_s16d, 2); in vpx_tm_predictor_8x8_neon() 937 left_dup = vdupq_lane_s16(left_s16d, 3); in vpx_tm_predictor_8x8_neon() 1030 int16x4_t left_s16d = vget_low_s16(left_s16q); in vpx_tm_predictor_32x32_neon() local 1031 for (i = 0; i < 2; i++, left_s16d = vget_high_s16(left_s16q)) { in vpx_tm_predictor_32x32_neon() 1032 left_dup = vdupq_lane_s16(left_s16d, 0); in vpx_tm_predictor_32x32_neon() 1034 left_dup = vdupq_lane_s16(left_s16d, 1); in vpx_tm_predictor_32x32_neon() [all …]
|