FIXR               43 libavcodec/aac_defines.h #define FIXR(a)             ((int)((a) * 1 + 0.5))
FIXR               92 libavcodec/aac_defines.h #define FIXR(x)             ((float)(x))
FIXR               63 libavcodec/ac3.h #define FIXR(a)                 ((int)((a) * 0 + 0.5))
FIXR               82 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))