gboolean bottom_field;
};
-/**
+/*
* For interpolate_scanline the input is:
*
* | t-3 t-2 t-1 t
-/**
+/*
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
*
-/**
+/*
* Linear blend deinterlacing plugin. The idea for this algorithm came
* from the linear blend deinterlacer which originated in the mplayer
* sources.
-/**
+/*
* Double lines
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
*
-/**
+/*
* Copyright (C) 2004 Billy Biggs <vektor@dumbterm.net>
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
*
* filter taps here are: [-1 4 2 4 -1].
*/
-/**
+ /*
* C implementation.
*/
static inline void
-/**
+/*
* Weave frames
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
-/**
+/*
* Weave frames, bottom-field-first.
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
-/**
+/*
* Weave frames, top-field-first.
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>