DO NOT MERGE: Fix undefined arg eval order issue in fuzzy compare
authorPyry Haulos <phaulos@google.com>
Tue, 14 Jul 2015 00:06:06 +0000 (17:06 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 14 Jul 2015 00:06:06 +0000 (17:06 -0700)
commit269e5ebecbc1d9e910a7bd46b3d1355ea18b4294
treec216ddaa77c2bd45b496d1cc4eabb26ca9b56499
parent19064468745dd4438056647334c2b6a4708618c7
DO NOT MERGE: Fix undefined arg eval order issue in fuzzy compare

compareToNeighbor can give slightly different metrics based on internal
state of rnd parameter, and thus it is not safe to call that from
function call argument list.

This code has been refactored in master and a different patch is needed
there.

Bug: 22405868
Change-Id: Ida91ce6fe2895b6c38f29be7ab943c3773feb085
framework/common/tcuFuzzyImageCompare.cpp