HomeSort by relevance Sort by last modified time
    Searched refs:L01234567 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 489 const uint16x8_t L01234567 = vld1q_u16(left);
490 const uint16x4_t L3210 = vrev64_u16(vget_low_u16(L01234567));
491 const uint16x4_t L7654 = vrev64_u16(vget_high_u16(L01234567));
536 const uint16x8_t L01234567 = vld1q_u16(left);
538 const uint16x4_t L3210 = vrev64_u16(vget_low_u16(L01234567));
539 const uint16x4_t L7654 = vrev64_u16(vget_high_u16(L01234567));
    [all...]
intrapred_neon.c 416 const uint8x8_t L01234567 = vld1_u8(left);
417 const uint8x8_t L76543210 = vrev64_u8(L01234567);
    [all...]

Completed in 142 milliseconds