#include <avir.h>
Public Attributes | |
int | FracCount |
double | k |
double | o |
Additional Inherited Members | |
Public Member Functions inherited from avir::CBuffer< CResizePos > | |
CBuffer (const intaCapacity, const int aAlignment=0) | |
CBuffer (const CBuffer &Source) | |
void | alloc (const intaCapacity, const int aAlignment=0) |
void | forceCapacity (const intNewCapacity) |
void | free () |
int | getCapacity () const |
void | increaseCapacity (const intNewCapacity, const bool DoDataCopy=true) |
operator CResizePos * () const | |
CBuffer & | operator= (const CBuffer &Source) |
void | truncateCapacity (const intNewCapacity) |
void | updateCapacity (const intReqCapacity) |
Resizing positions buffer class.
This class combines buffer together with variables that define resizing stepping.
int avir::CImageResizerFilterStep< fptype, fptypeatom >::CRPosBuf::FracCount |
The number of fractional delay filters in a filter bank used together with this buffer.
double avir::CImageResizerFilterStep< fptype, fptypeatom >::CRPosBuf::k |
Resizing step.
double avir::CImageResizerFilterStep< fptype, fptypeatom >::CRPosBuf::o |
Resizing offset.