Searched refs:AVExtFloat (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintfloat_readwrite.h31 typedef struct AVExtFloat { struct
34 } AVExtFloat; typedef in typeref:struct:AVExtFloat
38 attribute_deprecated double av_ext2dbl(const AVExtFloat ext) av_const;
41 attribute_deprecated AVExtFloat av_dbl2ext(double d) av_const;
H A Dintfloat_readwrite.c47 double av_ext2dbl(const AVExtFloat ext){
80 AVExtFloat av_dbl2ext(double d){
81 struct AVExtFloat ext= {{0}};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dintfloat_readwrite.h28 typedef struct AVExtFloat { struct
31 } AVExtFloat; typedef in typeref:struct:AVExtFloat
35 double av_ext2dbl(const AVExtFloat ext) av_const;
38 AVExtFloat av_dbl2ext(double d) av_const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintfloat_readwrite.h28 typedef struct AVExtFloat { struct
31 } AVExtFloat; typedef in typeref:struct:AVExtFloat
35 attribute_deprecated double av_ext2dbl(const AVExtFloat ext) av_const;
38 attribute_deprecated AVExtFloat av_dbl2ext(double d) av_const;
H A Dintfloat_readwrite.c44 double av_ext2dbl(const AVExtFloat ext){
77 AVExtFloat av_dbl2ext(double d){
78 struct AVExtFloat ext= {{0}};

Completed in 108 milliseconds