HDK
|
#include <TIL_IntScale.h>
Public Member Functions | |
TIL_IntScaleParms () | |
Public Attributes | |
TIL_DataFormat | myType |
unsigned int | myBlack |
unsigned int | myWhite |
const void * | mySource |
int | mySStride |
const void * | myDest |
int | myDStride |
int | myDXOff |
int | myDYOff |
int | myFromXSize |
int | myFromYSize |
int | myReduction |
Definition at line 18 of file TIL_IntScale.h.
TIL_IntScaleParms::TIL_IntScaleParms | ( | ) |
unsigned int TIL_IntScaleParms::myBlack |
Definition at line 22 of file TIL_IntScale.h.
const void* TIL_IntScaleParms::myDest |
Definition at line 27 of file TIL_IntScale.h.
int TIL_IntScaleParms::myDStride |
Definition at line 28 of file TIL_IntScale.h.
int TIL_IntScaleParms::myDXOff |
Definition at line 29 of file TIL_IntScale.h.
int TIL_IntScaleParms::myDYOff |
Definition at line 30 of file TIL_IntScale.h.
int TIL_IntScaleParms::myFromXSize |
Definition at line 32 of file TIL_IntScale.h.
int TIL_IntScaleParms::myFromYSize |
Definition at line 33 of file TIL_IntScale.h.
int TIL_IntScaleParms::myReduction |
Definition at line 34 of file TIL_IntScale.h.
const void* TIL_IntScaleParms::mySource |
Definition at line 24 of file TIL_IntScale.h.
int TIL_IntScaleParms::mySStride |
Definition at line 25 of file TIL_IntScale.h.
TIL_DataFormat TIL_IntScaleParms::myType |
Definition at line 21 of file TIL_IntScale.h.
unsigned int TIL_IntScaleParms::myWhite |
Definition at line 22 of file TIL_IntScale.h.