Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c493 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_8x8_neon() local
497 const uint16x8_t row_0 = vrhaddq_u16(avg_0, L6543210X); in vpx_highbd_d135_predictor_8x8_neon()
550 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_16x16_neon() local
553 const uint16x8_t row_1 = vrhaddq_u16(avg_1, L6543210X); in vpx_highbd_d135_predictor_16x16_neon()
Dintrapred_neon.c418 const uint8x8_t L6543210X = vext_u8(L76543210, XA0123456, 1); in vpx_d135_predictor_8x8_neon() local
421 const uint8x16_t L6543210XA01234567 = vcombine_u8(L6543210X, A01234567); in vpx_d135_predictor_8x8_neon()