Home
last modified time | relevance | path

Searched defs:absdiff (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c488 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local
Dgstv4l2videoenc.c621 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1206 static unsigned absdiff(uint32_t a, uint32_t b) in absdiff() function
/third_party/python/Modules/
Dmathmodule.c3048 const double absdiff = diff >= 0.0 ? diff : -diff; in _check_long_mult_overflow() local