Searched refs:vdst2_b (Results 1 – 1 of 1) sorted by relevance
549 uint16x8_t vdst2, vdst2_r, vdst2_g, vdst2_b; in Color32A_D565_neon() local561 vdst2_b = vdst2 & vmask_blue; // extract blue in Color32A_D565_neon()571 vdst2_b = vmlaq_u16(wide_sb, wide_256_sa, vdst2_b); // sb + (256-sa) x db2 in Color32A_D565_neon()582 … vdst2_b = vshrq_n_u16(vdst2_b, 5); // 5-bit right shift for 5-bit blue in Color32A_D565_neon()584 vdst2 = vsliq_n_u16(vdst2_b, vdst2_g, SK_G16_SHIFT); // insert green into blue in Color32A_D565_neon()