/* autogenerated from tvtime.orc */ #ifndef _TVTIME_H_ #define _TVTIME_H_ #include #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