Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: remoting/codec/video_decoder_vp8_unittest.cc

Issue 13474013: Use libyuv for non-scaling RGB<->YUV conversions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Increase Gradient test thresholds. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/base/util.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_decoder_vp8_unittest.cc
diff --git a/remoting/codec/video_decoder_vp8_unittest.cc b/remoting/codec/video_decoder_vp8_unittest.cc
index bf4d6262e632d6bb0c113911d0539d55d69078cc..d8d36f0a18866b8963c595f909103b6e34f6eef7 100644
--- a/remoting/codec/video_decoder_vp8_unittest.cc
+++ b/remoting/codec/video_decoder_vp8_unittest.cc
@@ -34,7 +34,7 @@ TEST_F(VideoDecoderVp8Test, VideoEncodeAndDecode) {
// frame too much. The frame used is a gradient, which does not contain sharp
// transitions, so encoding lossiness should not be too high.
TEST_F(VideoDecoderVp8Test, Gradient) {
- TestGradient(320, 240, 320, 240, 0.03, 0.01);
+ TestGradient(320, 240, 320, 240, 0.04, 0.02);
}
TEST_F(VideoDecoderVp8Test, GradientScaleUpEvenToEven) {
« no previous file with comments | « remoting/base/util.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698