Searched refs:uv_val (Results 1 – 3 of 3) sorted by relevance
74 int uv_val = cyu * u + cyv * v + rnd + y_off_out; in fn() local76 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()
267 pmaddwd m5, [rsp+0*mmsize] ; uv_val
1981 char uv_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() local1984 g_strdup_printf (templ_YUY2_UYVY_to_RGB_BODY, 'r', uv_val, uv_val, in _YUV_to_RGB()