Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
ba13ff85
Commit
ba13ff85
authored
Mar 25, 2015
by
Johann
Browse files
Parall -> Parallel
Change-Id: I565fef382fa17a00d5ae54e980ef14d9f0ad4f55
parent
e865be95
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_vector_test.cc
View file @
ba13ff85
...
...
@@ -29,7 +29,7 @@ namespace {
enum
DecodeMode
{
kSerialMode
,
kFrameParallMode
kFrameParall
el
Mode
};
const
int
kDecodeMode
=
0
;
...
...
@@ -95,7 +95,7 @@ TEST_P(TestVectorTest, MD5Match) {
vpx_codec_dec_cfg_t
cfg
=
{
0
};
char
str
[
256
];
if
(
mode
==
kFrameParallMode
)
{
if
(
mode
==
kFrameParall
el
Mode
)
{
flags
|=
VPX_CODEC_USE_FRAME_THREADING
;
}
...
...
Write
Preview
Supports
Markdown
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