Searched refs:vsrc_dit_b (Results 1 – 1 of 1) sorted by relevance
763 uint16x8_t vsrc_dit_r, vsrc_dit_g, vsrc_dit_b; in S32_D565_Blend_Dither_neon() local800 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen in S32_D565_Blend_Dither_neon()804 vsrc_dit_b = vsubw_u8(vsrc_dit_b, vsrc565_b); // sub shifted blue from result in S32_D565_Blend_Dither_neon()808 vsrc_res_b = vshrq_n_u16(vsrc_dit_b, 3); in S32_D565_Blend_Dither_neon()