Searched refs:vdst1_b (Results 1 – 1 of 1) sorted by relevance
548 uint16x8_t vdst1, vdst1_r, vdst1_g, vdst1_b; in Color32A_D565_neon() local556 vdst1_b = vdst1 & vmask_blue; // extract blue in Color32A_D565_neon()567 vdst1_b = vmlaq_u16(wide_sb, wide_256_sa, vdst1_b); // sb + (256-sa) x db1 in Color32A_D565_neon()575 … vdst1_b = vshrq_n_u16(vdst1_b, 5); // 5-bit right shift for 5-bit blue in Color32A_D565_neon()577 vdst1 = vsliq_n_u16(vdst1_b, vdst1_g, SK_G16_SHIFT); // insert green into blue in Color32A_D565_neon()