OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L0123
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c
460
const uint16x4_t
L0123
= vld1_u16(left);
461
const uint16x4_t L3210 = vrev64_u16(
L0123
);
462
const uint16x8_t L____3210 = vcombine_u16(
L0123
, L3210);
[
all
...]
intrapred_neon.c
389
const uint8x8_t
L0123
= vld1_u8(left);
390
const uint8x8_t L3210 = vrev64_u8(
L0123
);
[
all
...]
Completed in 4158 milliseconds