HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IMG_GammaTable Namespace Reference

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)
 

Function Documentation

template<>
void IMG_GammaTable::builtinConvert< uint8 > ( float result,
const uint8 src,
int  n,
IMG_ColorSpace  cs 
)

Definition at line 199 of file IMG_GammaTable.h.

template<>
void IMG_GammaTable::convert< uint8 > ( float result,
const uint8 src,
int  n,
IMG_ColorSpace  cs 
)

Definition at line 243 of file IMG_GammaTable.h.

template<>
SYS_FORCE_INLINE void IMG_GammaTable::gamma22ToFloat< uint8 > ( float dst,
const uint8 src,
int  nchan 
)

Definition at line 171 of file IMG_GammaTable.h.

template<>
SYS_FORCE_INLINE void IMG_GammaTable::rec709ToFloat< uint8 > ( float dst,
const uint8 src,
int  nchan 
)

Definition at line 166 of file IMG_GammaTable.h.

template<>
SYS_FORCE_INLINE void IMG_GammaTable::sRGBToFloat< uint8 > ( float dst,
const uint8 src,
int  nchan 
)

Definition at line 161 of file IMG_GammaTable.h.

template<>
float IMG_GammaTable::toFloat< fpreal16 > ( fpreal16  d)

Definition at line 91 of file IMG_GammaTable.h.

template<>
float IMG_GammaTable::toFloat< fpreal32 > ( fpreal32  d)

Definition at line 92 of file IMG_GammaTable.h.

template<>
float IMG_GammaTable::toFloat< fpreal64 > ( fpreal64  d)

Definition at line 93 of file IMG_GammaTable.h.

template<>
float IMG_GammaTable::toFloat< uint8 > ( uint8  d)

Definition at line 87 of file IMG_GammaTable.h.