Home
last modified time | relevance | path

Searched defs:FFMIN (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/
Daudiomatch.c25 #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) macro
Dtiny_psnr.c32 #define FFMIN(a, b) ((a) > (b) ? (b) : (a)) macro
Dtiny_ssim.c38 #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) macro
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Davcodec.h65 #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) macro
/third_party/ffmpeg/libavutil/
Dcommon.h105 #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) macro
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dyadif.c188 #define FFMIN(a,b) MIN(a,b) macro