Skip to content

Fix test failure in GetEightSadTest

Created by: Cidana-Developers

  1. Change best_sad to 0x7FFFFFFF from UINT_MAX because signed comparison is used in test function to compare unsigned int.

Merge request reports