Home
last modified time | relevance | path

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

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