Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
d62af81f
Commit
d62af81f
authored
Dec 11, 2013
by
Yaowu Xu
Browse files
Reduce the number of frames used in lossless test
Change-Id: I976f70b640b06f20533ad29578a5b2acca134fd4
parent
345fbfef
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp9_lossless_test.cc
View file @
d62af81f
...
...
@@ -66,7 +66,7 @@ TEST_P(LossLessTest, TestLossLessEncoding) {
// intentionally changed the dimension for better testing coverage
libvpx_test
::
I420VideoSource
video
(
"hantro_collage_w352h288.yuv"
,
352
,
288
,
timebase
.
den
,
timebase
.
num
,
0
,
3
0
);
timebase
.
den
,
timebase
.
num
,
0
,
1
0
);
ASSERT_NO_FATAL_FAILURE
(
RunLoop
(
&
video
));
const
double
psnr_lossless
=
GetMinPsnr
();
EXPECT_GE
(
psnr_lossless
,
kMaxPsnr
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment