FFmpeg
|
#include <softfloat.h>
Data Fields | |
int32_t | mant |
int32_t | exp |
Definition at line 34 of file softfloat.h.
int32_t SoftFloat::mant |
Definition at line 35 of file softfloat.h.
Referenced by av_sf2double(), av_sf2int(), flt16_even(), flt16_round(), flt16_trunc(), main(), predict(), ps_tableinit(), sbr_dequant(), sbr_hf_apply_noise(), sbr_hf_assemble(), and sbr_hf_inverse_filter().
int32_t SoftFloat::exp |
Definition at line 36 of file softfloat.h.
Referenced by av_sf2double(), av_sf2int(), flt16_even(), flt16_round(), flt16_trunc(), main(), predict(), ps_tableinit(), sbr_dequant(), sbr_hf_apply_noise(), sbr_hf_assemble(), sbr_hf_g_filt_c(), and sbr_hf_inverse_filter().