|
MythTV master
|
#include <algorithm>#include <cstdint>#include "zoom_filters.h"#include "libmythbase/mythconfig.h"Go to the source code of this file.
Functions | |
| int | zoom_filter_mmx_supported () |
| 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) |
| 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.