FFMIN 125 libavutil/common.h #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) FFMIN 26 tests/tiny_psnr.c #define FFMIN(a,b) ((a) > (b) ? (b) : (a))