Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_yuv2yuv_template.c74 int uv_val = cyu * u + cyv * v + rnd + y_off_out; in fn() local
76 dst0[x << SS_W] = av_clip_pixel((cyy * y00 + uv_val) >> sh); in fn()
78 dst0[x * 2 + 1] = av_clip_pixel((cyy * y01 + uv_val) >> sh); in fn()
81 av_clip_pixel((cyy * y10 + uv_val) >> sh); in fn()
83 av_clip_pixel((cyy * y11 + uv_val) >> sh); in fn()
/third_party/ffmpeg/libavfilter/x86/
Dcolorspacedsp.asm267 pmaddwd m5, [rsp+0*mmsize] ; uv_val
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c1981 char uv_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() local
1984 g_strdup_printf (templ_YUY2_UYVY_to_RGB_BODY, 'r', uv_val, uv_val, in _YUV_to_RGB()