Searched refs:LU76543210 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 631 const uint16x8_t LU76543210 = vcombine_u16(LU7654, LU3210); in vpx_highbd_d135_predictor_32x32_neon() local 638 const uint16x8_t LUedcba987 = vextq_u16(LUfedcba98, LU76543210, 1); in vpx_highbd_d135_predictor_32x32_neon() 639 const uint16x8_t LUdcba9876 = vextq_u16(LUfedcba98, LU76543210, 2); in vpx_highbd_d135_predictor_32x32_neon() 644 const uint16x8_t LU6543210X = vextq_u16(LU76543210, XAL0123456, 1); in vpx_highbd_d135_predictor_32x32_neon() 645 const uint16x8_t LU543210XA0 = vextq_u16(LU76543210, XAL0123456, 2); in vpx_highbd_d135_predictor_32x32_neon() 646 const uint16x8_t avg_3 = vhaddq_u16(LU76543210, LU543210XA0); in vpx_highbd_d135_predictor_32x32_neon()
|
D | intrapred_neon.c | 532 const uint8x8_t LU76543210 = vrev64_u8(vget_low_u8(LU0123456789abcdef)); in vpx_d135_predictor_32x32_neon() local 536 const uint8x16_t LUfedcba9876543210 = vcombine_u8(LUfedcba98, LU76543210); in vpx_d135_predictor_32x32_neon()
|