xine-lib 1.2.11
|
#include <stdio.h>
#include <stdint.h>
#include <xine/attributes.h>
#include <xine/xineutils.h>
#include "xine_mmx.h"
#include "deinterlace.h"
#include "speedtools.h"
#include "speedy.h"
#include "plugins.h"
Macros | |
#define | GREEDYTWOFRAMETHRESHOLD 4 |
#define | GREEDYTWOFRAMETHRESHOLD2 8 |
Functions | |
static void | DeinterlaceGreedy2Frame (uint8_t *output, int outstride, deinterlace_frame_data_t *data, int bottom_field, int second_field, int width, int height) |
const deinterlace_method_t * | greedy2frame_get_method (void) |
Variables | |
static const deinterlace_method_t | greedy2framemethod |
#define GREEDYTWOFRAMETHRESHOLD 4 |
Copyright (c) 2000 John Adcock, Tom Barry, Steve Grimm All rights reserved. port copyright (c) 2003 Miguel Freitas
This code is ported from DScaler: http://deinterlace.sf.net/
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
#define GREEDYTWOFRAMETHRESHOLD2 8 |
|
static |
const deinterlace_method_t * greedy2frame_get_method | ( | void | ) |
References greedy2framemethod.
Referenced by deinterlace_init_plugin().
|
static |
Referenced by greedy2frame_get_method().