Home
last modified time | relevance | path

Searched defs:alpha (Results 376 - 400 of 640) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c21 static int DispatchAlpha_SSE2(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlpha_SSE2() argument
75 DispatchAlphaToGreen_SSE2(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_SSE2() argument
102 ExtractAlpha_SSE2(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_SSE2() argument
199 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3); ApplyAlphaMultiply_SSE2() local
321 MultRow_SSE2(uint8_t* WEBP_RESTRICT const ptr, const uint8_t* WEBP_RESTRICT const alpha, int width, int inverse) MultRow_SSE2() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Danalysis_enc.c92 const int alpha = 255 * (centers[n] - mid) / (max - min); in SetSegmentAlphas() local
108 static int FinalAlphaValue(int alpha) { in FinalAlphaValue() argument
119 const int alpha = GetAlpha() local
205 const int alpha = mb->alpha_; AssignSegments() local
239 int alpha; MBAnalyzeBestIntra16Mode() local
288 int alpha; MBAnalyzeBestUVMode() local
307 MBAnalyze(VP8EncIterator* const it, int alphas[MAX_ALPHA + 1], int* const alpha, int* const uv_alpha) MBAnalyze() argument
371 int alpha, uv_alpha; global() member
[all...]
/third_party/skia/tests/
H A DReadPixelsTest.cpp131 uint8_t* alpha = reinterpret_cast<uint8_t*>(pixels + y * bitmap->rowBytes() + x); in fill_dst_bmp_with_init_data() local
185 const uint8_t* alpha = bitmap.getAddr8(bx, by); in check_read() local
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp197 const CGImageAlphaInfo alpha = (glyph.isColor()) in getCG() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTextureForBrowserTests.cpp75 std::array<uint8_t, 4> alpha = {0, 102, 153, 255}; // 0.0, 0.4, 0.6, 1.0 in GetTextureData() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c1124 FT_Byte b, g, r, alpha; in FT_LOCAL_DEF() local
[all...]
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp344 EGLint red, green, blue, alpha, depth, stencil, samples; in EglRenderContext() local
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp833 int alpha = deClamp32((int)(255.0f * color.w()), 0, 255); in renderResource() local
1122 int alpha = deClamp32((int)(255.0f * color.w()), 0, 255); in renderResource() local
H A DteglPreservingSwapTests.cpp313 void clearColorScreen (const glw::Functions& gl, float red, float green, float blue, float alpha) in clearColorScreen() argument
319 void clearColorReference (tcu::Surface* ref, float red, float green, float blue, float alpha) in clearColorReference() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.h188 HIFB_ALPHA_S alpha; /* alpha attribution */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_vou_drv.c192 hi_s32 hifb_drv_set_layer_alpha(hi_u32 layer_id, HIFB_ALPHA_S alpha) in hifb_drv_set_layer_alpha() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c339 static void mixer_cfg_vp_blend(struct mixer_context *ctx, unsigned int alpha) in mixer_cfg_vp_blend() argument
311 mixer_cfg_gfx_blend(struct mixer_context *ctx, unsigned int win, unsigned int pixel_alpha, unsigned int alpha) mixer_cfg_gfx_blend() argument
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dcpcap-adc.c714 int i, result = 0, alpha; in cpcap_adc_table_to_millicelcius() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c432 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c918 u8 alpha; in iwl_mvm_ftm_rtt_smoothing() local
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Ds3c-fb.c408 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha) in vidosd_set_alpha() argument
493 u32 alpha = 0; in s3c_fb_set_par() local
[all...]
H A Dleo.c152 u32 alpha; /* SS1 only */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H A Ddcss-dtg.c91 u32 alpha; member
280 bool dcss_dtg_global_alpha_changed(struct dcss_dtg *dtg, int ch_num, int alpha) in dcss_dtg_global_alpha_changed() argument
288 dcss_dtg_plane_alpha_set(struct dcss_dtg *dtg, int ch_num, const struct drm_format_info *format, int alpha) dcss_dtg_plane_alpha_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c951 int alpha, i; in nv11_cursor_upload() local
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dleo.c153 u32 alpha; /* SS1 only */ member
H A Ds3c-fb.c409 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha) in vidosd_set_alpha() argument
494 u32 alpha = 0; in s3c_fb_set_par() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.h214 unsigned int alpha; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1054 u8 alpha; in iwl_mvm_ftm_rtt_smoothing() local
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c432 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c341 static void mixer_cfg_vp_blend(struct mixer_context *ctx, unsigned int alpha) in mixer_cfg_vp_blend() argument
313 mixer_cfg_gfx_blend(struct mixer_context *ctx, unsigned int win, unsigned int pixel_alpha, unsigned int alpha) mixer_cfg_gfx_blend() argument

Completed in 30 milliseconds

1...<<11121314151617181920>>...26