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

/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp118 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
157 vres_b = vmovl_u8(vsrc.val[NEON_B]) - vdst_b;
165 vres_b += vdst_b;
630 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
665 vdst_b = vdst & vmask_blue; // extract blue
687 vres_b = vmlaq_u16(vres_b, vdst_b, vres_a);
766 uint16x8_t vdst_r, vdst_g, vdst_b; local
814 vdst_b = vandq_u16(vdst, vmask_b); // mask to get blue
819 vres_b = vsubq_s16(vreinterpretq_s16_u16(vsrc_res_b), vreinterpretq_s16_u16(vdst_b));
[all...]

Completed in 106 milliseconds