Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp1330 uint16x8_t dst8, scale8, alpha8; in S32A_D565_Opaque_Dither_neon() local
1387 scale8 = vsubw_u8(vdupq_n_u16(256), sa); in S32A_D565_Opaque_Dither_neon()
1390 scale8 = vshrq_n_u16(scale8, 3); in S32A_D565_Opaque_Dither_neon()
1391 dst_b = vmlaq_u16(vshll_n_u8(sb,2), dst_b, scale8); in S32A_D565_Opaque_Dither_neon()
1392 dst_g = vmlaq_u16(vshll_n_u8(sg,3), dst_g, scale8); in S32A_D565_Opaque_Dither_neon()
1393 dst_r = vmlaq_u16(vshll_n_u8(sr,2), dst_r, scale8); in S32A_D565_Opaque_Dither_neon()