Revision 0628f3e8 libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodec.c | ||
---|---|---|
43 | 43 |
# define SHR(a,b) ((a)*(1.0/(1<<(b)))) |
44 | 44 |
# define compute_antialias compute_antialias_float |
45 | 45 |
# define FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5)) |
46 |
# define FIXR(x) (x)
|
|
47 |
# define FIXHR(x) (x)
|
|
46 |
# define FIXR(x) ((float)(x))
|
|
47 |
# define FIXHR(x) ((float)(x))
|
|
48 | 48 |
# define MULH3(x, y, s) ((s)*(y)*(x)) |
49 | 49 |
# define MULLx(x, y, s) ((y)*(x)) |
50 | 50 |
# define RENAME(a) a ## _float |
Also available in: Unified diff