Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c489 const uint16x8_t L01234567 = vld1q_u16(left); in vpx_highbd_d135_predictor_8x8_neon() local
490 const uint16x4_t L3210 = vrev64_u16(vget_low_u16(L01234567)); in vpx_highbd_d135_predictor_8x8_neon()
491 const uint16x4_t L7654 = vrev64_u16(vget_high_u16(L01234567)); in vpx_highbd_d135_predictor_8x8_neon()
536 const uint16x8_t L01234567 = vld1q_u16(left); in vpx_highbd_d135_predictor_16x16_neon() local
538 const uint16x4_t L3210 = vrev64_u16(vget_low_u16(L01234567)); in vpx_highbd_d135_predictor_16x16_neon()
539 const uint16x4_t L7654 = vrev64_u16(vget_high_u16(L01234567)); in vpx_highbd_d135_predictor_16x16_neon()
Dintrapred_neon.c416 const uint8x8_t L01234567 = vld1_u8(left); in vpx_d135_predictor_8x8_neon() local
417 const uint8x8_t L76543210 = vrev64_u8(L01234567); in vpx_d135_predictor_8x8_neon()