FIXR               62 libavcodec/ac3.h #define FIXR(a)                 ((int)((a) * 0 + 0.5))
FIXR               81 libavcodec/ac3.h #define FIXR(x)                 ((float)(x))
FIXR               31 libavcodec/mpegaudiodec_fixed.c #define FIXR(a)        ((int)((a) * FRAC_ONE + 0.5))
FIXR               31 libavcodec/mpegaudiodec_float.c #define FIXR(x)        ((float)(x))
FIXR               46 libavcodec/mpegaudiodsp_template.c #define FIXR(x)        ((float)(x))
FIXR               68 libavcodec/mpegaudiodsp_template.c #   define FIXR(a)        ((int)((a) * FRAC_ONE + 0.5))