OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a1234567_
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c
488
const uint16x8_t
A1234567_
= vld1q_u16(above + 1);
496
const uint16x8_t avg_1 = vhaddq_u16(XA0123456,
A1234567_
);
[
all
...]
intrapred_neon.c
415
const uint8x8_t
A1234567_
= vld1_u8(above + 1);
422
const uint8x16_t L543210XA01234567_ = vcombine_u8(L543210XA0,
A1234567_
);
[
all
...]
Completed in 618 milliseconds