OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdst_r
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
382
uint16x8_t
vdst_r
, vdst_g, vdst_b;
local
425
vdst_r
= vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
429
vres_r = vsubq_s16(vreinterpretq_s16_u16(vsrc_res_r), vreinterpretq_s16_u16(
vdst_r
));
443
vres_r = vaddw_s8(vreinterpretq_s16_u16(
vdst_r
), vres8_r);
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
382
uint16x8_t
vdst_r
, vdst_g, vdst_b;
local
425
vdst_r
= vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
429
vres_r = vsubq_s16(vreinterpretq_s16_u16(vsrc_res_r), vreinterpretq_s16_u16(
vdst_r
));
443
vres_r = vaddw_s8(vreinterpretq_s16_u16(
vdst_r
), vres8_r);
[
all
...]
Completed in 45 milliseconds