Home
last modified time | relevance | path

Searched refs:vdst_scale (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp142 uint16x8_t vdst_wide, vsrc_wide, vsrc_scale, vdst_scale; in S32A_Blend_BlitRow32_neon() local
156 vdst_scale = vmovl_u8(vsrc_alphas); in S32A_Blend_BlitRow32_neon()
162 vdst_scale = vmlsq_u16(vdupq_n_u16(0xFF00), vdst_scale, vsrc_scale); in S32A_Blend_BlitRow32_neon()
163 vdst_scale = vsraq_n_u16(vdst_scale, vdst_scale, 8); in S32A_Blend_BlitRow32_neon()
164 vdst_scale = vsraq_n_u16(vdupq_n_u16(1), vdst_scale, 8); in S32A_Blend_BlitRow32_neon()
172 vdst_wide *= vdst_scale; in S32A_Blend_BlitRow32_neon()