Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c415 const uint8x8_t A1234567_ = vld1_u8(above + 1); in vpx_d135_predictor_8x8_neon() local
422 const uint8x16_t L543210XA01234567_ = vcombine_u8(L543210XA0, A1234567_); in vpx_d135_predictor_8x8_neon()
Dhighbd_intrapred_neon.c488 const uint16x8_t A1234567_ = vld1q_u16(above + 1); in vpx_highbd_d135_predictor_8x8_neon() local
496 const uint16x8_t avg_1 = vhaddq_u16(XA0123456, A1234567_); in vpx_highbd_d135_predictor_8x8_neon()