Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c825 c->cs_yuv.weave.y = vl_compositor_cs_create_shader(c, compute_shader_yuv_weave_y); in vl_compositor_cs_init_shaders()
826 c->cs_yuv.weave.uv = vl_compositor_cs_create_shader(c, compute_shader_yuv_weave_uv); in vl_compositor_cs_init_shaders()
829 if (!c->cs_yuv.weave.y || !c->cs_yuv.weave.uv || in vl_compositor_cs_init_shaders()
846 if (c->cs_yuv.weave.y) in vl_compositor_cs_cleanup_shaders()
847 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.weave.y); in vl_compositor_cs_cleanup_shaders()
848 if (c->cs_yuv.weave.uv) in vl_compositor_cs_cleanup_shaders()
849 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.weave.uv); in vl_compositor_cs_cleanup_shaders()
H A Dvl_compositor.h136 } weave; member
147 } weave; member
H A Dvl_compositor.c51 debug_printf("Unable to create YCbCr-to-RGB weave fragment shader.\n"); in init_shaders()
55 c->fs_yuv.weave.y = create_frag_shader_deint_yuv(c, true, true); in init_shaders()
56 c->fs_yuv.weave.uv = create_frag_shader_deint_yuv(c, false, true); in init_shaders()
59 if (!c->fs_yuv.weave.y || !c->fs_yuv.weave.uv || in init_shaders()
111 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.weave.y); in cleanup_shaders()
112 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.weave.uv); in cleanup_shaders()
369 s->layers[layer].fs = (y) ? c->fs_yuv.weave.y : c->fs_yuv.weave.uv; in set_yuv_layer()
371 s->layers[layer].cs = (y) ? c->cs_yuv.weave in set_yuv_layer()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_weave.c51 AVFILTER_DEFINE_CLASS_EXT(weave, "(double)weave", weave_options);
103 const int weave = (s->double_weave && !(inlink->frame_count_out & 1)); in weave_slice() local
104 const int field1 = weave ? s->first_field : (!s->first_field); in weave_slice()
105 const int field2 = weave ? (!s->first_field) : s->first_field; in weave_slice()
191 .name = "weave",
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak258 FATE_FILTER_VSYNTH_PGMYUV-$(CONFIG_WEAVE_FILTER) += fate-filter-weave
259 fate-filter-weave: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf weave=bottom

Completed in 6 milliseconds