Home
last modified time | relevance | path

Searched refs:vdither (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp752 uint8x8_t vdither = vld1_u8(dstart); // load dither values in S32_D565_Blend_Dither_neon() local
753 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values in S32_D565_Blend_Dither_neon()
799 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen in S32_D565_Blend_Dither_neon()
800 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen in S32_D565_Blend_Dither_neon()