![]() |
Murl Engine API
Version 2018.3
|
The bilinear video scaler class uses the BilinearFilter. More...
#include <murl_util_video_scaler.h>
The bilinear video scaler class uses the BilinearFilter.
Public Member Functions | |
BilinearVideoScaler () | |
The default constructor. More... | |
BilinearVideoScaler (Double filterWidth) | |
Constructor taking the filter width value. More... | |
![]() | |
VideoScaler (const IFilter *filter) | |
Constructor creating a scaler using a specified filter. More... | |
virtual | ~VideoScaler () |
The destructor. | |
virtual Bool | Scale (const ConstData &srcData, const MutableData &dstData, UInt32 srcPixelSizeX, UInt32 srcPixelSizeY, UInt32 srcBytePitch, UInt32 dstPixelSizeX, UInt32 dstPixelSizeY, UInt32 dstBytePitch, IEnums::PixelFormat pixelFormat, Real gamma) const |
Implementation of IVideoScaler::Scale(). More... | |
![]() | |
virtual | ~IVideoScaler () |
The destructor. | |
Additional Inherited Members | |
![]() | |
virtual Bool | ScaleFast (const ConstData &srcData, const MutableData &dstData, UInt32 srcPixelSizeX, UInt32 srcPixelSizeY, UInt32 srcBytePitch, UInt32 dstPixelSizeX, UInt32 dstPixelSizeY, UInt32 dstBytePitch, IEnums::PixelFormat pixelFormat, Real gamma) const |
Alternative scale method for overloading. More... | |
Murl::Util::BilinearVideoScaler::BilinearVideoScaler | ( | ) |
The default constructor.
Create a BilinearFilter having width 1.0.
Murl::Util::BilinearVideoScaler::BilinearVideoScaler | ( | Double | filterWidth | ) |
Constructor taking the filter width value.
filterWidth | The BilinearFilter width. |