Commit 1becb45c by samrobinson Committed by Marc Baechinger

Clarify variables and improve documentation of SSIM.

PiperOrigin-RevId: 451392021
parent a96dd2d4
......@@ -333,7 +333,7 @@ public class TransformerAndroidTestRunner {
SsimHelper.calculate(
context,
/* referenceVideoPath= */ checkNotNull(mediaItem.localConfiguration).uri.toString(),
outputVideoFile.getPath());
/* distortedVideoPath= */ outputVideoFile.getPath());
resultBuilder.setSsim(ssim);
} catch (InterruptedException interruptedException) {
// InterruptedException is a special unexpected case because it is not related to Ssim
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment