Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp37 uint16x8_t vsrc_wide, vdst_wide; in S32_Blend_BlitRow32_neon() local
51 vsrc_wide = vmovl_u8(vsrc); in S32_Blend_BlitRow32_neon()
52 vsrc_wide = vmulq_u16(vsrc_wide, vdupq_n_u16(src_scale)); in S32_Blend_BlitRow32_neon()
58 vdst_wide += vsrc_wide; in S32_Blend_BlitRow32_neon()
71 uint16x8_t vsrc_wide, vdst_wide; in S32_Blend_BlitRow32_neon() local
78 vsrc_wide = vmovl_u8(vsrc); in S32_Blend_BlitRow32_neon()
79 vsrc_wide = vmulq_u16(vsrc_wide, vdupq_n_u16(src_scale)); in S32_Blend_BlitRow32_neon()
81 vdst_wide += vsrc_wide; in S32_Blend_BlitRow32_neon()
105 uint16x8_t vdst_wide, vsrc_wide; in S32A_Blend_BlitRow32_neon() local
117 vsrc_wide = vmovl_u8(vsrc); in S32A_Blend_BlitRow32_neon()
[all …]
DSkColor_opts_neon.h96 int16x8_t vsrc_wide, vdst_wide, vdiff; in SkFourByteInterp256_neon() local
99 vsrc_wide = vreinterpretq_s16_u16(vmovl_u8(vreinterpret_u8_u32(vdup_n_u32(src)))); in SkFourByteInterp256_neon()
102 vdiff = vsrc_wide - vdst_wide; in SkFourByteInterp256_neon()