Searched refs:LUfedcba98 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 632 const uint16x8_t LUfedcba98 = vcombine_u16(LUfedc, LUba98); in vpx_highbd_d135_predictor_32x32_neon() local 633 const uint16x8_t LL6543210Uf = vextq_u16(LL76543210, LUfedcba98, 1); in vpx_highbd_d135_predictor_32x32_neon() 634 const uint16x8_t LL543210Ufe = vextq_u16(LL76543210, LUfedcba98, 2); in vpx_highbd_d135_predictor_32x32_neon() 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() 640 const uint16x8_t avg_2 = vhaddq_u16(LUfedcba98, LUdcba9876); in vpx_highbd_d135_predictor_32x32_neon()
|
D | intrapred_neon.c | 534 const uint8x8_t LUfedcba98 = vrev64_u8(vget_high_u8(LU0123456789abcdef)); in vpx_d135_predictor_32x32_neon() local 536 const uint8x16_t LUfedcba9876543210 = vcombine_u8(LUfedcba98, LU76543210); in vpx_d135_predictor_32x32_neon()
|