Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_float.c33 #define FIXR(x) ((float)(x)) macro
H A Dmpegaudiodec_fixed.c33 #define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
H A Daac_defines.h43 #define FIXR(a) ((int)((a) * 1 + 0.5)) macro
92 #define FIXR(x) ((float)(x)) macro
H A Dac3.h43 #define FIXR(a) ((int)((a) * 0 + 0.5)) macro
64 #define FIXR(x) ((float)(x)) macro
H A Dmpegaudiodsp_template.c48 #define FIXR(x) ((float)(x)) macro
70 # define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
[all...]

Completed in 4 milliseconds