|
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 199 of file IMG_GammaTable.h.
| void IMG_GammaTable::convert< uint8 > | ( | float * | result, |
| const uint8 * | src, | ||
| int | n, | ||
| IMG_ColorSpace | cs | ||
| ) |
Definition at line 243 of file IMG_GammaTable.h.
| SYS_FORCE_INLINE void IMG_GammaTable::gamma22ToFloat< uint8 > | ( | float * | dst, |
| const uint8 * | src, | ||
| int | nchan | ||
| ) |
Definition at line 171 of file IMG_GammaTable.h.
| SYS_FORCE_INLINE void IMG_GammaTable::rec709ToFloat< uint8 > | ( | float * | dst, |
| const uint8 * | src, | ||
| int | nchan | ||
| ) |
Definition at line 166 of file IMG_GammaTable.h.
| SYS_FORCE_INLINE void IMG_GammaTable::sRGBToFloat< uint8 > | ( | float * | dst, |
| const uint8 * | src, | ||
| int | nchan | ||
| ) |
Definition at line 161 of file IMG_GammaTable.h.
Definition at line 91 of file IMG_GammaTable.h.
Definition at line 92 of file IMG_GammaTable.h.
Definition at line 93 of file IMG_GammaTable.h.
Definition at line 87 of file IMG_GammaTable.h.