OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3210
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c
461
const uint16x4_t
L3210
= vrev64_u16(L0123);
462
const uint16x8_t L____3210 = vcombine_u16(L0123,
L3210
);
463
const uint16x8_t L3210XA012 = vcombine_u16(
L3210
, vget_low_u16(XA0123___));
490
const uint16x4_t
L3210
= vrev64_u16(vget_low_u16(L01234567));
492
const uint16x8_t L76543210 = vcombine_u16(L7654,
L3210
);
538
const uint16x4_t
L3210
= vrev64_u16(vget_low_u16(L01234567));
542
const uint16x8_t L76543210 = vcombine_u16(L7654,
L3210
);
[
all
...]
intrapred_neon.c
390
const uint8x8_t
L3210
= vrev64_u8(L0123);
391
const uint8x8_t L3210XA012 = vext_u8(
L3210
, XA0123, 4);
392
const uint8x8_t L210XA0123 = vext_u8(
L3210
, XA0123, 5);
[
all
...]
Completed in 573 milliseconds