FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
intfloat.h File Reference
#include <stdint.h>
#include "attributes.h"

Go to the source code of this file.

Data Structures

union  av_intfloat32
 
union  av_intfloat64
 

Functions

static av_always_inline float av_int2float (uint32_t i)
 Reinterpret a 32-bit integer as a float. More...
 
static av_always_inline uint32_t av_float2int (float f)
 Reinterpret a float as a 32-bit integer. More...
 
static av_always_inline double av_int2double (uint64_t i)
 Reinterpret a 64-bit integer as a double. More...
 
static av_always_inline uint64_t av_double2int (double f)
 Reinterpret a double as a 64-bit integer. More...
 

Function Documentation

static av_always_inline float av_int2float ( uint32_t  i)
static
static av_always_inline uint32_t av_float2int ( float  f)
static
static av_always_inline double av_int2double ( uint64_t  i)
static
static av_always_inline uint64_t av_double2int ( double  f)
static