Searched refs:vdst1_r (Results 1 – 1 of 1) sorted by relevance
548 uint16x8_t vdst1, vdst1_r, vdst1_g, vdst1_b; in Color32A_D565_neon() local557 vdst1_r = vshrq_n_u16(vdst1, SK_R16_SHIFT); // extract red in Color32A_D565_neon()565 vdst1_r = vmlaq_u16(wide_sr, wide_256_sa, vdst1_r); // sr + (256-sa) x dr1 in Color32A_D565_neon()573 … vdst1_r = vshrq_n_u16(vdst1_r, 5); // 5-bit right shift for 5-bit red in Color32A_D565_neon()578 vdst1 = vsliq_n_u16(vdst1, vdst1_r, SK_R16_SHIFT); // insert red into green/blue in Color32A_D565_neon()