Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalpha.c552 guint noise_level2) in chroma_keying_yuv() argument
617 if (tmp < noise_level2) in chroma_keying_yuv()
689 guint noise_level2 = alpha->noise_level2; in gst_alpha_chroma_key_argb_ayuv() local
724 one_over_kc, kfgy_scale, kg, noise_level2); in gst_alpha_chroma_key_argb_ayuv()
799 guint noise_level2 = alpha->noise_level2; in gst_alpha_chroma_key_argb_argb() local
838 one_over_kc, kfgy_scale, kg, noise_level2); in gst_alpha_chroma_key_argb_argb()
922 guint noise_level2 = alpha->noise_level2; in gst_alpha_chroma_key_ayuv_argb() local
953 one_over_kc, kfgy_scale, kg, noise_level2); in gst_alpha_chroma_key_ayuv_argb()
1039 guint noise_level2 = alpha->noise_level2; in gst_alpha_chroma_key_ayuv_ayuv() local
1060 one_over_kc, kfgy_scale, kg, noise_level2); in gst_alpha_chroma_key_ayuv_ayuv()
[all …]
Dgstalpha.h92 guint noise_level2; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglalpha.c317 glalpha->noise_level2 = in gst_gl_alpha_update_properties()
327 (float) glalpha->kg, (float) glalpha->noise_level2); in gst_gl_alpha_update_properties()
466 gst_gl_shader_set_uniform_1f (shader, "noise_level2", alpha->noise_level2); in gst_gl_alpha_filter_texture()
Dgstglalpha.h92 gfloat noise_level2; member