Searched refs:absdiff (Results 1 – 9 of 9) sorted by relevance
18 _4.a = absdiff(_4.c, _4.d);19 _4.a = absdiff(_4.a, _4.b);
488 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local491 if (absdiff > 100) { in check_system_frame_number_too_old()493 if (absdiff > G_MAXUINT32 - 100) in check_system_frame_number_too_old()
621 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local624 if (absdiff > 100) { in check_system_frame_number_too_old()626 if (absdiff > G_MAXUINT32 - 100) in check_system_frame_number_too_old()
1206 static unsigned absdiff(uint32_t a, uint32_t b) in absdiff() function1220 if (absdiff(((uint32_t *)x)[j], in test_surface_st_check()
159 cv::absdiff (m_pprevgreyImage, m_pcurgreyImage, m_pdifferenceImage); in performDetectionMotionCells()
3048 const double absdiff = diff >= 0.0 ? diff : -diff; in _check_long_mult_overflow() local3051 if (32.0 * absdiff <= absprod) { in _check_long_mult_overflow()
8299 MSL_BFOP(absdiff); in emit_instruction()
343 - gallium/tests: Fix warning calculating absdiff