Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
bc8b0ada
Commit
bc8b0ada
authored
Dec 19, 2014
by
Frank Galligan
Committed by
Gerrit Code Review
Dec 19, 2014
Browse files
Merge "Fix encode perf test"
parents
9946ee23
0f3d3886
Changes
1
Show whitespace changes
Inline
Side-by-side
test/encode_perf_test.cc
View file @
bc8b0ada
...
...
@@ -50,7 +50,7 @@ const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
EncodePerfTestVideo
(
"niklas_1280_720_30.yuv"
,
1280
,
720
,
600
,
470
),
};
const
int
kEncodePerfTestSpeeds
[]
=
{
5
,
6
,
7
,
12
};
const
int
kEncodePerfTestSpeeds
[]
=
{
5
,
6
,
7
,
8
};
#define NELEMENTS(x) (sizeof((x)) / sizeof((x)[0]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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