OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdst_wide
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkColor_opts_neon.h
96
int16x8_t vsrc_wide,
vdst_wide
, vdiff;
local
100
vdst_wide
= vreinterpretq_s16_u16(vmovl_u8(vreinterpret_u8_u32(vdup_n_u32(dst))));
102
vdiff = vsrc_wide -
vdst_wide
;
107
vdst_wide
+= vdiff;
109
res = vmovn_u16(vreinterpretq_u16_s16(
vdst_wide
));
SkBlitRow_opts_arm_neon.cpp
1167
uint16x8_t vsrc_wide,
vdst_wide
;
local
1200
uint16x8_t vsrc_wide,
vdst_wide
;
local
1233
uint16x8_t
vdst_wide
, vsrc_wide;
local
1271
uint16x8_t
vdst_wide
, vsrc_wide, vsrc_scale, vdst_scale;
local
[
all
...]
Completed in 47 milliseconds