AVIR
High-quality pro image resizing library
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos Struct Reference

#include <avir.h>

Public Attributes

int fl
 
int fti
 
const fptype * ftp
 
int SrcOffs
 
int SrcPosInt
 
fptypeatom x
 

Detailed Description

template<class fptype, class fptypeatom>
struct avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos

Resizing position structure.

Structure holds resizing position and pointer to fractional delay filter.

Member Data Documentation

template<class fptype, class fptypeatom>
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::fl

Filter length to use, applies to doResize2() only.

template<class fptype, class fptypeatom>
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::fti

Fractional delay filter index.

template<class fptype, class fptypeatom>
const fptype* avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::ftp

Fractional delay filter pointer.

template<class fptype, class fptypeatom>
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::SrcOffs

Source scanline offset.

template<class fptype, class fptypeatom>
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::SrcPosInt

Source scanline position.

template<class fptype, class fptypeatom>
fptypeatom avir::CImageResizerFilterStep< fptype, fptypeatom >::CResizePos::x

Interpolation coefficient between delay filters.