Home
last modified time | relevance | path

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

/external/libvpx/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()
730 const uint8x8_t left_u8 = in vpx_h_predictor_4x4_neon() local
735 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() local
754 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 …]