Searched refs:left_u8 (Results 1 – 1 of 1) sorted by relevance
94 const uint8x8_t left_u8 = vld1_u8(left); in vpx_dc_predictor_8x8_neon() local95 const uint8x16_t above_and_left = vcombine_u8(above_u8, left_u8); in vpx_dc_predictor_8x8_neon()730 const uint8x8_t left_u8 = in vpx_h_predictor_4x4_neon() local735 d = vdup_lane_u8(left_u8, 0); in vpx_h_predictor_4x4_neon()738 d = vdup_lane_u8(left_u8, 1); in vpx_h_predictor_4x4_neon()741 d = vdup_lane_u8(left_u8, 2); in vpx_h_predictor_4x4_neon()744 d = vdup_lane_u8(left_u8, 3); in vpx_h_predictor_4x4_neon()750 const uint8x8_t left_u8 = vld1_u8(left); in vpx_h_predictor_8x8_neon() local754 d = vdup_lane_u8(left_u8, 0); in vpx_h_predictor_8x8_neon()757 d = vdup_lane_u8(left_u8, 1); in vpx_h_predictor_8x8_neon()[all …]