Searched refs:vdst_scale (Results 1 – 1 of 1) sorted by relevance
1271 uint16x8_t vdst_wide, vsrc_wide, vsrc_scale, vdst_scale; in S32A_Blend_BlitRow32_neon() local1285 vdst_scale = vmovl_u8(vsrc_alphas); in S32A_Blend_BlitRow32_neon()1286 vdst_scale *= vsrc_scale; in S32A_Blend_BlitRow32_neon()1287 vdst_scale = vshrq_n_u16(vdst_scale, 8); in S32A_Blend_BlitRow32_neon()1288 vdst_scale = vsubq_u16(vdupq_n_u16(256), vdst_scale); in S32A_Blend_BlitRow32_neon()1296 vdst_wide *= vdst_scale; in S32A_Blend_BlitRow32_neon()