History log of /external/deqp/framework/common/tcuFuzzyImageCompare.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c3ae95bd7fefdffccc8afc5565897aa8400de83 14-Jul-2015 Pyry Haulos <phaulos@google.com> 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.

Bug: 22405868
Change-Id: I3a4c33b570b3c860ddb284c882a54bb6b155984d
/external/deqp/framework/common/tcuFuzzyImageCompare.cpp
ec91da5e9ca1fb19d6853c9535332a0085df2922 09-May-2015 Pyry Haulos <phaulos@google.com> Fuzzy compare improvements

* Move scaling of error magnitude at the very end to reduce rounding
error accumulation.

* Use integers instead of floating-point values for color distances.

* Log images in tests.

* Remove useless ability to tune some magic constants.

* Tune thresholds as necessary.

Bug: 18423249
Change-Id: Idd66a3dd9102ef11ca5e2d18a0942ae18e5fd9dc
/external/deqp/framework/common/tcuFuzzyImageCompare.cpp
74731a6adf5816339b00b854a513b1b950ad4357 29-Oct-2014 Pyry Haulos <phaulos@google.com> Endianness fixes to bilinear & fuzzy image compares

Change-Id: I1f5560a60ed85ef4b4c6fa2a5417649eeb7a4c7f
/external/deqp/framework/common/tcuFuzzyImageCompare.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/common/tcuFuzzyImageCompare.cpp