Home
last modified time | relevance | path

Searched refs:FFNABS (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcommon.h62 * @see FFNABS()
71 * a sideeffect, that is FFNABS(x++) has undefined behavior.
73 #define FFNABS(a) ((a) <= 0 ? (a) : (-(a))) macro
/third_party/ffmpeg/libavformat/
H A Dmov.c3319 if (FFNABS(duration) < -(1<<28) && i+2<entries) {

Completed in 11 milliseconds