Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
Dintrapred_neon.c94 const uint8x8_t left_u8 = vld1_u8(left); in vpx_dc_predictor_8x8_neon() local
95 const uint8x16_t above_and_left = vcombine_u8(above_u8, left_u8); in vpx_dc_predictor_8x8_neon()
728 const uint8x8_t left_u8 = in vpx_h_predictor_4x4_neon() local
733 d = vdup_lane_u8(left_u8, 0); in vpx_h_predictor_4x4_neon()
736 d = vdup_lane_u8(left_u8, 1); in vpx_h_predictor_4x4_neon()
739 d = vdup_lane_u8(left_u8, 2); in vpx_h_predictor_4x4_neon()
742 d = vdup_lane_u8(left_u8, 3); in vpx_h_predictor_4x4_neon()
748 const uint8x8_t left_u8 = vld1_u8(left); in vpx_h_predictor_8x8_neon() local
752 d = vdup_lane_u8(left_u8, 0); in vpx_h_predictor_8x8_neon()
755 d = vdup_lane_u8(left_u8, 1); in vpx_h_predictor_8x8_neon()
[all …]