Searched defs:vdither (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp618 uint8x8_t vdither = vld1_u8(dstart); // load dither values local
619 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values
665 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen
666 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp520 uint8x8_t vdither = vld1_u8(dstart); // load dither values local
521 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values
567 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen
568 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen

Completed in 86 milliseconds