Searched refs:L76543210 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 492 const uint16x8_t L76543210 = vcombine_u16(L7654, L3210); in vpx_highbd_d135_predictor_8x8_neon() local 493 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_8x8_neon() 494 const uint16x8_t L543210XA0 = vextq_u16(L76543210, XA0123456, 2); in vpx_highbd_d135_predictor_8x8_neon() 495 const uint16x8_t avg_0 = vhaddq_u16(L76543210, L543210XA0); in vpx_highbd_d135_predictor_8x8_neon() 542 const uint16x8_t L76543210 = vcombine_u16(L7654, L3210); in vpx_highbd_d135_predictor_16x16_neon() local 544 const uint16x8_t Ledcba987 = vextq_u16(Lfedcba98, L76543210, 1); in vpx_highbd_d135_predictor_16x16_neon() 545 const uint16x8_t Ldcba9876 = vextq_u16(Lfedcba98, L76543210, 2); in vpx_highbd_d135_predictor_16x16_neon() 550 const uint16x8_t L6543210X = vextq_u16(L76543210, XA0123456, 1); in vpx_highbd_d135_predictor_16x16_neon() 551 const uint16x8_t L543210XA0 = vextq_u16(L76543210, XA0123456, 2); in vpx_highbd_d135_predictor_16x16_neon() 552 const uint16x8_t avg_1 = vhaddq_u16(L76543210, L543210XA0); in vpx_highbd_d135_predictor_16x16_neon()
|
D | intrapred_neon.c | 417 const uint8x8_t L76543210 = vrev64_u8(L01234567); in vpx_d135_predictor_8x8_neon() local 418 const uint8x8_t L6543210X = vext_u8(L76543210, XA0123456, 1); in vpx_d135_predictor_8x8_neon() 419 const uint8x8_t L543210XA0 = vext_u8(L76543210, XA0123456, 2); in vpx_d135_predictor_8x8_neon() 420 const uint8x16_t L76543210XA0123456 = vcombine_u8(L76543210, XA0123456); in vpx_d135_predictor_8x8_neon() 481 const uint8x8_t L76543210 = vrev64_u8(vget_low_u8(L0123456789abcdef)); in vpx_d135_predictor_16x16_neon() local 483 const uint8x16_t Lfedcba9876543210 = vcombine_u8(Lfedcba98, L76543210); in vpx_d135_predictor_16x16_neon()
|