MythTV master
Functions
zoom_filter_mmx.cpp File Reference
#include <algorithm>
#include <cstdint>
#include "zoom_filters.h"
#include "libmythbase/mythconfig.h"
Include dependency graph for zoom_filter_mmx.cpp:

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)
 

Function Documentation

◆ zoom_filter_mmx()

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().

◆ zoom_filter_mmx_supported()

int zoom_filter_mmx_supported ( void  )

Definition at line 134 of file zoom_filter_mmx.cpp.