Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
H A DSkBlitMask_opts.h66 uint16x8_t vscale, vmask256 = SkAlpha255To256_neon8(vmask); in D32_A8_Opaque_Color_neon() local
68 vscale = vsubw_u8(vdupq_n_u16(256), in D32_A8_Opaque_Color_neon()
71 vscale = vsubw_u8(vdupq_n_u16(256), vmask); in D32_A8_Opaque_Color_neon()
76 + SkAlphaMul_neon8(vdev.val[NEON_A], vscale); in D32_A8_Opaque_Color_neon()
78 + SkAlphaMul_neon8(vdev.val[NEON_R], vscale); in D32_A8_Opaque_Color_neon()
80 + SkAlphaMul_neon8(vdev.val[NEON_G], vscale); in D32_A8_Opaque_Color_neon()
82 + SkAlphaMul_neon8(vdev.val[NEON_B], vscale); in D32_A8_Opaque_Color_neon()
134 uint16x8_t vscale = vsubw_u8(vdupq_n_u16(256), vmask); in blit_mask_d32_a8_black() local
137 vdevice = SkAlphaMulQ_neon8(vdevice, vscale); in blit_mask_d32_a8_black()
H A DSkBitmapProcState_opts.h402 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in filter_and_scale_by_alpha() local
428 vscale = vdup_n_u16(scale); // duplicate scale in filter_and_scale_by_alpha()
430 tmp = vmul_u16(tmp, vscale); // multiply result by scale in filter_and_scale_by_alpha()
/third_party/ffmpeg/libswscale/
H A DMakefile22 vscale.o \
/third_party/ffmpeg/libavcodec/
H A Dvp8.c552 int part1_size, hscale, vscale, i, j, ret; in vp7_decode_frame_header() local
593 vscale = vp8_rac_get_uint(c, 2); in vp7_decode_frame_header()
594 if (hscale || vscale) in vp7_decode_frame_header()
716 int header_size, hscale, vscale, ret; in vp8_decode_frame_header() local
758 vscale = buf[6] >> 6; in vp8_decode_frame_header()
762 if (hscale || vscale) in vp8_decode_frame_header()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp717 KEYWORD(vscale); in LexIdentifier()

Completed in 8 milliseconds