FFmpeg
|
intfloat_readwrite.h File Reference
Include dependency graph for intfloat_readwrite.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | AVExtFloat |
Typedefs | |
typedef struct AVExtFloat | AVExtFloat |
Functions | |
attribute_deprecated double | av_int2dbl (int64_t v) av_const |
attribute_deprecated float | av_int2flt (int32_t v) av_const |
attribute_deprecated double | av_ext2dbl (const AVExtFloat ext) av_const |
attribute_deprecated int64_t | av_dbl2int (double d) av_const |
attribute_deprecated int32_t | av_flt2int (float d) av_const |
attribute_deprecated AVExtFloat | av_dbl2ext (double d) av_const |
Typedef Documentation
typedef struct AVExtFloat AVExtFloat |
Function Documentation
attribute_deprecated AVExtFloat av_dbl2ext | ( | double | d | ) | const |
Definition at line 78 of file intfloat_readwrite.c.
attribute_deprecated int64_t av_dbl2int | ( | double | d | ) | const |
Definition at line 62 of file intfloat_readwrite.c.
attribute_deprecated double av_ext2dbl | ( | const AVExtFloat | ext | ) | const |
Definition at line 45 of file intfloat_readwrite.c.
attribute_deprecated int32_t av_flt2int | ( | float | d | ) | const |
Definition at line 70 of file intfloat_readwrite.c.
attribute_deprecated double av_int2dbl | ( | int64_t | v | ) | const |
Definition at line 33 of file intfloat_readwrite.c.
attribute_deprecated float av_int2flt | ( | int32_t | v | ) | const |
Definition at line 39 of file intfloat_readwrite.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11