Home
last modified time | relevance | path

Searched refs:absdiff (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/intel/
Dshader-integer-functions2.asm.comp18 _4.a = absdiff(_4.c, _4.d);
19 _4.a = absdiff(_4.a, _4.b);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/intel/
Dshader-integer-functions2.asm.comp18 _4.a = absdiff(_4.c, _4.d);
19 _4.a = absdiff(_4.a, _4.b);
/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
491 if (absdiff > 100) { in check_system_frame_number_too_old()
493 if (absdiff > G_MAXUINT32 - 100) in check_system_frame_number_too_old()
Dgstv4l2videoenc.c621 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local
624 if (absdiff > 100) { in check_system_frame_number_too_old()
626 if (absdiff > G_MAXUINT32 - 100) in check_system_frame_number_too_old()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1206 static unsigned absdiff(uint32_t a, uint32_t b) in absdiff() function
1220 if (absdiff(((uint32_t *)x)[j], in test_surface_st_check()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp159 cv::absdiff (m_pprevgreyImage, m_pcurgreyImage, m_pdifferenceImage); in performDetectionMotionCells()
/third_party/python/Modules/
Dmathmodule.c3048 const double absdiff = diff >= 0.0 ? diff : -diff; in _check_long_mult_overflow() local
3051 if (32.0 * absdiff <= absprod) { in _check_long_mult_overflow()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp8299 MSL_BFOP(absdiff); in emit_instruction()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst343 - gallium/tests: Fix warning calculating absdiff