Floating-point processing definition and abstraction class for de-interleaved processing. More...
#include <avir_dil.h>
Public Types | |
typedef adith | CDitherer |
Ditherer class to use during processing. | |
typedef CImageResizerFilterStepDIL< fptype, afptypesimd > | CFilterStep |
Filtering step class to use during processing. | |
typedef afptype | fptype |
Floating-point type to use during processing. | |
typedef afptype | fptypeatom |
Atomic type "fptype" consists of. | |
Floating-point processing definition and abstraction class for de-interleaved processing.
This class defines several constants and typedefs that point to classes that should be used by the image resizing algorithm. This implementation points to de-interleaved processing classes.
afptype | Floating point type to use for storing intermediate data and variables. SIMD types should not be used. |
afptypesimd | SIMD type used to perform processing. |
adith | Ditherer class to use during processing. |