Searched defs:FIXR_OLD (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | mpegaudiodec_float.c | 32 #define FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5)) macro |
H A D | mpegaudiodec_fixed.c | 32 #define FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5)) macro |
Completed in 1 milliseconds