HDK
|
Functions | |
template<> | |
float | toFloat< uint8 > (uint8 d) |
template<> | |
float | toFloat< fpreal16 > (fpreal16 d) |
template<> | |
float | toFloat< fpreal32 > (fpreal32 d) |
template<> | |
float | toFloat< fpreal64 > (fpreal64 d) |
template<> | |
SYS_FORCE_INLINE void | sRGBToFloat< uint8 > (float *dst, const uint8 *src, int nchan) |
template<> | |
SYS_FORCE_INLINE void | rec709ToFloat< uint8 > (float *dst, const uint8 *src, int nchan) |
template<> | |
SYS_FORCE_INLINE void | gamma22ToFloat< uint8 > (float *dst, const uint8 *src, int nchan) |
template<> | |
void | builtinConvert< uint8 > (float *result, const uint8 *src, int n, IMG_ColorSpace cs) |
template<> | |
void | convert< uint8 > (float *result, const uint8 *src, int n, IMG_ColorSpace cs) |
void IMG_GammaTable::builtinConvert< uint8 > | ( | float * | result, |
const uint8 * | src, | ||
int | n, | ||
IMG_ColorSpace | cs | ||
) |
Definition at line 258 of file IMG_GammaTable.h.
void IMG_GammaTable::convert< uint8 > | ( | float * | result, |
const uint8 * | src, | ||
int | n, | ||
IMG_ColorSpace | cs | ||
) |
Definition at line 302 of file IMG_GammaTable.h.
SYS_FORCE_INLINE void IMG_GammaTable::gamma22ToFloat< uint8 > | ( | float * | dst, |
const uint8 * | src, | ||
int | nchan | ||
) |
Definition at line 230 of file IMG_GammaTable.h.
SYS_FORCE_INLINE void IMG_GammaTable::rec709ToFloat< uint8 > | ( | float * | dst, |
const uint8 * | src, | ||
int | nchan | ||
) |
Definition at line 225 of file IMG_GammaTable.h.
SYS_FORCE_INLINE void IMG_GammaTable::sRGBToFloat< uint8 > | ( | float * | dst, |
const uint8 * | src, | ||
int | nchan | ||
) |
Definition at line 220 of file IMG_GammaTable.h.
Definition at line 150 of file IMG_GammaTable.h.
Definition at line 151 of file IMG_GammaTable.h.
Definition at line 152 of file IMG_GammaTable.h.
Definition at line 146 of file IMG_GammaTable.h.