Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp47 bool CompareImagesPSNR(uint8 * img1, uint8 * img2, uint32 bytesCount, double psnrThreshold) in CompareImagesPSNR() function
519 …bool imagesEqual = CompareImagesPSNR(&srcImage[0], &decompressTask.decompressedImage[0], MT_ARRAY_… in SUITE()