Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c359 const uint16x8_t A0_1 = vld1q_u16(above + 8); in vpx_highbd_d45_predictor_16x16_neon() local
360 const uint16x8_t above_right = vdupq_lane_u16(vget_high_u16(A0_1), 3); in vpx_highbd_d45_predictor_16x16_neon()
366 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_16x16_neon()
397 const uint16x8_t A0_1 = vld1q_u16(above + 8); in vpx_highbd_d45_predictor_32x32_neon() local
410 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_32x32_neon()
Dintrapred_neon.c352 const uint8x16_t A0_1 = vld1q_u8(above + 16); in vpx_d45_predictor_32x32_neon() local
353 const uint8x16_t above_right = vdupq_lane_u8(vget_high_u8(A0_1), 7); in vpx_d45_predictor_32x32_neon()
359 const uint8x16_t avg_1 = vhaddq_u8(A0_1, A2_1); in vpx_d45_predictor_32x32_neon()