gstreamer/gst/deinterlace/tvtime-dist.h
2010-06-08 17:25:34 -07:00

22 lines
521 B
C

/* autogenerated from tvtime.orc */
#ifndef _TVTIME_H_
#define _TVTIME_H_
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif
void deinterlace_line_vfir (guint8 * d1, const guint8 * s1, const guint8 * s2, const guint8 * s3, const guint8 * s4, const guint8 * s5, int n);
void deinterlace_line_linear (guint8 * d1, const guint8 * s1, const guint8 * s2, int n);
void deinterlace_line_linear_blend (guint8 * d1, const guint8 * s1, const guint8 * s2, const guint8 * s3, int n);
#ifdef __cplusplus
}
#endif
#endif