Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c486 const uint16x8_t XA0123456 = vld1q_u16(above - 1); in vpx_highbd_d135_predictor_8x8_neon() local
493 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_8x8_neon()
494 const uint16x8_t L543210XA0 = vextq_u16(L76543210, XA0123456, 2); in vpx_highbd_d135_predictor_8x8_neon()
496 const uint16x8_t avg_1 = vhaddq_u16(XA0123456, A1234567_); in vpx_highbd_d135_predictor_8x8_neon()
549 const uint16x8_t XA0123456 = vld1q_u16(above - 1); in vpx_highbd_d135_predictor_16x16_neon() local
550 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_16x16_neon()
551 const uint16x8_t L543210XA0 = vextq_u16(L76543210, XA0123456, 2); in vpx_highbd_d135_predictor_16x16_neon()
557 const uint16x8_t avg_2 = vhaddq_u16(XA0123456, A12345678); in vpx_highbd_d135_predictor_16x16_neon()
Dintrapred_neon.c413 const uint8x8_t XA0123456 = vld1_u8(above - 1); in vpx_d135_predictor_8x8_neon() local
418 const uint8x8_t L6543210X = vext_u8(L76543210, XA0123456, 1); in vpx_d135_predictor_8x8_neon()
419 const uint8x8_t L543210XA0 = vext_u8(L76543210, XA0123456, 2); in vpx_d135_predictor_8x8_neon()
420 const uint8x16_t L76543210XA0123456 = vcombine_u8(L76543210, XA0123456); in vpx_d135_predictor_8x8_neon()