|
MythTV master
|
#include "zoom_filters.h"#include "libmythbase/mythconfig.h"#include <QtGlobal>#include <QtProcessorDetection>Go to the source code of this file.
Functions | |
| int | zoom_filter_xmmx_supported () |
| void | zoom_filter_xmmx (int prevX, int prevY, unsigned int *expix1, unsigned int *expix2, const sintvec &brutS, const sintvec &brutD, int buffratio, GoomCoefficients &precalCoef) |
| 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.