FFmpeg
|
#include <softfloat_ieee754.h>
Data Fields | |
int32_t | sign |
uint64_t | mant |
int32_t | exp |
Definition at line 29 of file softfloat_ieee754.h.
int32_t SoftFloat_IEEE754::sign |
Definition at line 30 of file softfloat_ieee754.h.
Referenced by read_diff_float_data().
uint64_t SoftFloat_IEEE754::mant |
Definition at line 31 of file softfloat_ieee754.h.
Referenced by av_normalize_sf_ieee754(), and read_diff_float_data().
int32_t SoftFloat_IEEE754::exp |
Definition at line 32 of file softfloat_ieee754.h.
Referenced by av_normalize_sf_ieee754(), and read_diff_float_data().