Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c102 const uint16x8_t left_u16 = vld1q_u16(left); in vpx_highbd_dc_predictor_8x8_neon() local
103 const uint16x8_t p0 = vaddq_u16(above_u16, left_u16); in vpx_highbd_dc_predictor_8x8_neon()
760 const uint16x4_t left_u16 = vld1_u16(left); in vpx_highbd_h_predictor_4x4_neon() local
765 row = vdup_lane_u16(left_u16, 0); in vpx_highbd_h_predictor_4x4_neon()
768 row = vdup_lane_u16(left_u16, 1); in vpx_highbd_h_predictor_4x4_neon()
771 row = vdup_lane_u16(left_u16, 2); in vpx_highbd_h_predictor_4x4_neon()
774 row = vdup_lane_u16(left_u16, 3); in vpx_highbd_h_predictor_4x4_neon()
781 const uint16x8_t left_u16 = vld1q_u16(left); in vpx_highbd_h_predictor_8x8_neon() local
782 const uint16x4_t left_low = vget_low_u16(left_u16); in vpx_highbd_h_predictor_8x8_neon()
783 const uint16x4_t left_high = vget_high_u16(left_u16); in vpx_highbd_h_predictor_8x8_neon()