Searched refs:LL76543210 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 618 const uint16x8_t LL76543210 = vcombine_u16(LL7654, LL3210); in vpx_highbd_d135_predictor_32x32_neon() local 620 const uint16x8_t LLedcba987 = vextq_u16(LLfedcba98, LL76543210, 1); in vpx_highbd_d135_predictor_32x32_neon() 621 const uint16x8_t LLdcba9876 = vextq_u16(LLfedcba98, LL76543210, 2); in vpx_highbd_d135_predictor_32x32_neon() 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() 635 const uint16x8_t avg_1 = vhaddq_u16(LL76543210, LL543210Ufe); in vpx_highbd_d135_predictor_32x32_neon()
|
D | intrapred_neon.c | 531 const uint8x8_t LL76543210 = vrev64_u8(vget_low_u8(LL0123456789abcdef)); in vpx_d135_predictor_32x32_neon() local 535 const uint8x16_t LLfedcba9876543210 = vcombine_u8(LLfedcba98, LL76543210); in vpx_d135_predictor_32x32_neon()
|