MythTV
master
|
#include <array>
Go to the source code of this file.
Typedefs | |
using | GoomCoefficients = std::array< std::array< int, 16 >, 16 > |
Functions | |
void | zoom_filter_xmmx (int prevX, int prevY, unsigned int *expix1, unsigned int *expix2, const int *brutS, const int *brutD, int buffratio, GoomCoefficients &precalCoef) |
int | zoom_filter_xmmx_supported (void) |
void | zoom_filter_mmx (int prevX, int prevY, const unsigned int *expix1, unsigned int *expix2, const int *brutS, const int *brutD, int buffratio, const GoomCoefficients &precalCoef) |
int | zoom_filter_mmx_supported (void) |
using GoomCoefficients = std::array<std::array<int,16>,16> |
Definition at line 3 of file zoom_filters.h.
void zoom_filter_xmmx | ( | int | prevX, |
int | prevY, | ||
unsigned int * | expix1, | ||
unsigned int * | expix2, | ||
const int * | brutS, | ||
const int * | brutD, | ||
int | buffratio, | ||
GoomCoefficients & | precalCoef | ||
) |
Definition at line 31 of file zoom_filter_xmmx.cpp.
Referenced by zoomFilterFastRGB().
int zoom_filter_xmmx_supported | ( | void | ) |
Definition at line 27 of file zoom_filter_xmmx.cpp.
Referenced by select_zoom_filter().
void zoom_filter_mmx | ( | int | prevX, |
int | prevY, | ||
const unsigned int * | expix1, | ||
unsigned int * | expix2, | ||
const int * | brutS, | ||
const int * | brutD, | ||
int | buffratio, | ||
const GoomCoefficients & | precalCoef | ||
) |
Definition at line 27 of file zoom_filter_mmx.cpp.
Referenced by zoomFilterFastRGB().
int zoom_filter_mmx_supported | ( | void | ) |
Definition at line 23 of file zoom_filter_mmx.cpp.
Referenced by select_zoom_filter().