"L. Spiro Engine"

lsi::CResampler Member List

This is the complete list of members for lsi::CResampler, including all inherited members.
AddScanLine(const LSFLOAT *_pfScanline)lsi::CResampler
Bessel0(LSDOUBLE _dX)lsi::CResampler [protected, static]
BilinearFilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
BoxFilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
CatmullRomFilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
ClampSamples(LSFLOAT *_pfSamples, LSUINT32 _ui32Total, LSFLOAT _fLo, LSFLOAT _fHi)lsi::CResampler [protected, static]
ClampTexel(LSINT32 _i32TexelPos, LSUINT32 _ui32Size)lsi::CResampler [protected, static]
Clean(LSDOUBLE _dVal)lsi::CResampler [protected, static]
CountOps(const LSI_CONTRIB_LIST &_clList)lsi::CResampler [protected, static]
CreateContribList(LSUINT32 _ui32SrcSize, LSUINT32 _ui32DstSize, PfFilterFunc _pfFilter, LSFLOAT _fFilterSupport, LSFLOAT _fFilterScale)lsi::CResampler [protected, static]
CResampler() (defined in lsi::CResampler)lsi::CResampler
GetContribX()lsi::CResampler
GetContribY()lsi::CResampler
GetScanLine()lsi::CResampler
InitResampler(LSUINT32 _ui32SrcWidth, LSUINT32 _ui32SrcHeight, LSUINT32 _ui32DstWidth, LSUINT32 _ui32DstHeight, LSFLOAT _fSampleLow=0.0f, LSFLOAT _fSampleHi=1.0f, const LSCHAR *_pcFilter="lanczos4", LSI_CONTRIB_LIST *_pclContX=NULL, LSI_CONTRIB_LIST *_pclContY=NULL, LSFLOAT _fFilterScaleX=1.0f, LSFLOAT _fFilterScaleY=1.0f, CVectorPoD< LSFLOAT, LSUINT32 > *_pvDstBuffer=NULL)lsi::CResampler
KaiserFilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
KaiserHelper(LSDOUBLE _dAlpha, LSDOUBLE _dHalfWidth, LSDOUBLE _dX)lsi::CResampler [protected, static]
Lanczos12FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
Lanczos3FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
Lanczos4FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
Lanczos64FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
Lanczos6FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
Lanczos8FilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
LPCLSI_CONTRIB typedef (defined in lsi::CResampler)lsi::CResampler
LPCLSI_CONTRIB_BOUNDS typedef (defined in lsi::CResampler)lsi::CResampler [protected]
LPCLSI_CONTRIB_EX typedef (defined in lsi::CResampler)lsi::CResampler
LPCLSI_CONTRIB_LIST typedef (defined in lsi::CResampler)lsi::CResampler
LPCLSI_FILTER typedef (defined in lsi::CResampler)lsi::CResampler
LPCLSI_SCANLINE typedef (defined in lsi::CResampler)lsi::CResampler
LPLSI_CONTRIB typedeflsi::CResampler
LPLSI_CONTRIB_BOUNDS typedeflsi::CResampler [protected]
LPLSI_CONTRIB_EX typedeflsi::CResampler
LPLSI_CONTRIB_LIST typedeflsi::CResampler
LPLSI_FILTER typedeflsi::CResampler
LPLSI_SCANLINE typedeflsi::CResampler
LSI_MAX_SCANLINE enum value (defined in lsi::CResampler)lsi::CResampler
m_bBorrowedXlsi::CResampler [protected]
m_bBorrowedYlsi::CResampler [protected]
m_bDelayXlsi::CResampler [protected]
m_fFilterslsi::CResampler [protected, static]
m_fHilsi::CResampler [protected]
m_fLowlsi::CResampler [protected]
m_pclContribsXlsi::CResampler [protected]
m_pclContribsYlsi::CResampler [protected]
m_pfFilterlsi::CResampler [protected]
m_psScanBufferlsi::CResampler [protected]
m_pvDstBufferlsi::CResampler [protected]
m_ui32CurDstYlsi::CResampler [protected]
m_ui32CurSrcYlsi::CResampler [protected]
m_ui32DstHeightlsi::CResampler [protected]
m_ui32DstWidthlsi::CResampler [protected]
m_ui32IntermXlsi::CResampler [protected]
m_ui32LastSearchPoslsi::CResampler [protected]
m_ui32ScanChunkPoslsi::CResampler [protected]
m_ui32SrcHeightlsi::CResampler [protected]
m_ui32SrcWidthlsi::CResampler [protected]
m_vScanBufferChunklsi::CResampler [protected]
m_vSrcCountYlsi::CResampler [mutable, protected]
m_vSrcFlagsYlsi::CResampler [mutable, protected]
m_vTempBufferlsi::CResampler [mutable, protected]
MitchellFilterFunc(LSFLOAT _fT)lsi::CResampler [protected, static]
MitchellFilterHelper(LSFLOAT _fT, LSFLOAT _fB, LSFLOAT _fC)lsi::CResampler [protected, static]
PfFilterFunc typedeflsi::CResampler
ResampleX(LSFLOAT *_pfDst, const LSFLOAT *_pfSrc) const lsi::CResampler [protected]
ResampleY(CVectorPoD< LSFLOAT, LSUINT32 > &_vDst) const lsi::CResampler [protected]
ScaleY(CVectorPoD< LSFLOAT, LSUINT32 > &_pfDst, const LSFLOAT *_pfSrc, LSFLOAT _fScale, LSUINT32 _ui32Total)lsi::CResampler [protected, static]
ScaleYAdd(CVectorPoD< LSFLOAT, LSUINT32 > &_pfDst, const LSFLOAT *_pfSrc, LSFLOAT _fScale, LSUINT32 _ui32Total)lsi::CResampler [protected, static]
SinC(LSDOUBLE _dX)lsi::CResampler [protected, static]
~CResampler() (defined in lsi::CResampler)lsi::CResampler
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator