Go to the documentation of this file.
21 #ifndef AVUTIL_INTFLOAT_H
22 #define AVUTIL_INTFLOAT_H
static av_always_inline double av_int2double(uint64_t i)
Reinterpret a 64-bit integer as a double.
static av_always_inline uint32_t av_float2int(float f)
Reinterpret a float as a 32-bit integer.
static av_always_inline float av_int2float(uint32_t i)
Reinterpret a 32-bit integer as a float.
static av_always_inline uint64_t av_double2int(double f)
Reinterpret a double as a 64-bit integer.
#define i(width, name, range_min, range_max)