#include <avir.h>
Public Attributes | |
int | fl |
int | fti |
const fptype * | ftp |
int | SrcOffs |
int | SrcPosInt |
fptypeatom | x |
Resizing position structure.
Structure holds resizing position and pointer to fractional delay filter.
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::fl |
Filter length to use, applies to doResize2() only.
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::fti |
Fractional delay filter index.
const fptype* avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::ftp |
Fractional delay filter pointer.
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::SrcOffs |
Source scanline offset.
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::SrcPosInt |
Source scanline position.
fptypeatom avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::x |
Interpolation coefficient between delay filters.