xine-lib 1.2.11
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <xine/attributes.h>
#include <xine/xineutils.h>
#include "deinterlace.h"
#include "speedtools.h"
#include "speedy.h"
#include "plugins.h"
Functions | |
static void | deinterlace_frame_di_greedyh (uint8_t *output, int outstride, deinterlace_frame_data_t *data, int bottom_field, int second_field, int width, int height) |
const deinterlace_method_t * | dscaler_greedyh_get_method (void) |
Variables | |
static const deinterlace_method_t | greedymethod |
|
static |
Copyright (C) 2004 Billy Biggs vekto.nosp@m.r@du.nosp@m.mbter.nosp@m.m.ne.nosp@m.t
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
References height, MM_ACCEL_X86_3DNOW, MM_ACCEL_X86_MMXEXT, width, and xine_mm_accel().
const deinterlace_method_t * dscaler_greedyh_get_method | ( | void | ) |
References greedymethod.
Referenced by deinterlace_init_plugin().
|
static |
Referenced by dscaler_greedyh_get_method().