Searched defs:FIXR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_fixed.c31 #define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
H A Dmpegaudiodec_float.c31 #define FIXR(x) ((float)(x)) macro
H A Dmpegaudiodsp_template.c46 #define FIXR(x) ((float)(x)) macro
68 # define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
[all...]
H A Dac3.h62 #define FIXR(a) ((int)((a) * 0 + 0.5)) macro
80 #define FIXR(x) ((float)(x)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodsp_template.c46 #define FIXR(x) ((float)(x)) macro
68 # define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
[all...]
H A Dmpegaudiodec.c89 # define FIXR(x) ((float)(x)) macro
99 # define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
[all...]

Completed in 144 milliseconds