Searched refs:vdst2_r (Results 1 – 1 of 1) sorted by relevance
549 uint16x8_t vdst2, vdst2_r, vdst2_g, vdst2_b; in Color32A_D565_neon() local562 vdst2_r = vshrq_n_u16(vdst2, SK_R16_SHIFT); // extract red in Color32A_D565_neon()569 vdst2_r = vmlaq_u16(wide_sr, wide_256_sa, vdst2_r); // sr + (256-sa) x dr2 in Color32A_D565_neon()580 … vdst2_r = vshrq_n_u16(vdst2_r, 5); // 5-bit right shift for 5-bit red in Color32A_D565_neon()585 vdst2 = vsliq_n_u16(vdst2, vdst2_r, SK_R16_SHIFT); // insert red into green/blue in Color32A_D565_neon()