Home
last modified time | relevance | path

Searched refs:v16_x (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h402 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in filter_and_scale_by_alpha() local
420 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in filter_and_scale_by_alpha()
424 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x) in filter_and_scale_by_alpha()
425 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x) in filter_and_scale_by_alpha()

Completed in 2 milliseconds