|
MythTV master
|
#include <array>#include <vector>Go to the source code of this file.
Typedefs | |
| using | sintvec = std::vector< signed int > |
| 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 sintvec &brutS, const sintvec &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 sintvec &brutS, const sintvec &brutD, int buffratio, const GoomCoefficients &precalCoef) |
| int | zoom_filter_mmx_supported (void) |
| using GoomCoefficients = std::array<std::array<int,16>,16> |
Definition at line 5 of file zoom_filters.h.
| using sintvec = std::vector<signed int> |
Definition at line 4 of file zoom_filters.h.
| void zoom_filter_mmx | ( | int | prevX, |
| int | prevY, | ||
| const unsigned int * | expix1, | ||
| unsigned int * | expix2, | ||
| const sintvec & | brutS, | ||
| const sintvec & | brutD, | ||
| int | buffratio, | ||
| const GoomCoefficients & | precalCoef | ||
| ) |
Definition at line 138 of file zoom_filter_mmx.cpp.
Referenced by zoomFilterFastRGB().
| int zoom_filter_mmx_supported | ( | void | ) |
Definition at line 134 of file zoom_filter_mmx.cpp.
| void zoom_filter_xmmx | ( | int | prevX, |
| int | prevY, | ||
| unsigned int * | expix1, | ||
| unsigned int * | expix2, | ||
| const sintvec & | brutS, | ||
| const sintvec & | brutD, | ||
| int | buffratio, | ||
| GoomCoefficients & | precalCoef | ||
| ) |
Definition at line 261 of file zoom_filter_xmmx.cpp.
Referenced by zoomFilterFastRGB().
| int zoom_filter_xmmx_supported | ( | void | ) |
Definition at line 258 of file zoom_filter_xmmx.cpp.