OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdither
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
369
uint8x8_t
vdither
= vld1_u8(dstart); // load dither values
local
370
uint8x8_t vdither_g = vshr_n_u8(
vdither
, 1); // calc. green dither values
411
vsrc_dit_r = vaddl_u8(vsrc_r,
vdither
); // add in dither to red and widen
412
vsrc_dit_b = vaddl_u8(vsrc_b,
vdither
); // add in dither to blue and widen
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
369
uint8x8_t
vdither
= vld1_u8(dstart); // load dither values
local
370
uint8x8_t vdither_g = vshr_n_u8(
vdither
, 1); // calc. green dither values
411
vsrc_dit_r = vaddl_u8(vsrc_r,
vdither
); // add in dither to red and widen
412
vsrc_dit_b = vaddl_u8(vsrc_b,
vdither
); // add in dither to blue and widen
[
all
...]
Completed in 652 milliseconds