Searched refs:vdst1_r (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp548 uint16x8_t vdst1, vdst1_r, vdst1_g, vdst1_b; local
557 vdst1_r = vshrq_n_u16(vdst1, SK_R16_SHIFT); // extract red
565 vdst1_r = vmlaq_u16(wide_sr, wide_256_sa, vdst1_r); // sr + (256-sa) x dr1
573 vdst1_r = vshrq_n_u16(vdst1_r, 5); // 5-bit right shift for 5-bit red
578 vdst1 = vsliq_n_u16(vdst1, vdst1_r, SK_R16_SHIFT); // insert red into green/blue

Completed in 105 milliseconds