Commit e6d5ad6e authored by John Koleszar's avatar John Koleszar Committed by Gerrit Code Review
Browse files

Merge "Update ResizeInternalTest threshold" into experimental

Showing with 1 addition and 1 deletion
......@@ -118,7 +118,7 @@ class ResizeInternalTest : public ResizeTest {
virtual void PSNRPktHook(const vpx_codec_cx_pkt_t *pkt) {
if (!frame0_psnr_)
frame0_psnr_ = pkt->data.psnr.psnr[0];
ASSERT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 0.025*frame0_psnr_);
EXPECT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 0.03*frame0_psnr_);
}
double frame0_psnr_;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment