|
RawSpeed
fast raw decoding library
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::ieee_754_2008 |
Functions | |
| template<typename NarrowType, typename WideType> | |
| uint32_t | rawspeed::extendBinaryFloatingPoint (uint32_t narrow) |
| uint32_t | rawspeed::fp16ToFloat (uint16_t fp16) |
| uint32_t | rawspeed::fp24ToFloat (uint32_t fp24) |