FIXHR 27 libavcodec/dct32_template.c # define FIXHR(x) ((float)(x)) FIXHR 32 libavcodec/dct32_template.c # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) FIXHR 32 libavcodec/mpegaudiodec_fixed.c #define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) FIXHR 32 libavcodec/mpegaudiodec_float.c #define FIXHR(x) ((float)(x)) FIXHR 45 libavcodec/mpegaudiodsp_template.c #define FIXHR(x) ((float)(x)) FIXHR 69 libavcodec/mpegaudiodsp_template.c # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5))