Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
58011a71
Commit
58011a71
authored
Sep 21, 2017
by
Sebastien Alaiwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CodingPathSync test: re-enable picture comparison
Change-Id: Ib5e5346fb4231551739edefdf5ff09628ca71221
parent
29a436ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
test/coding_path_sync.cc
test/coding_path_sync.cc
+1
-7
No files found.
test/coding_path_sync.cc
View file @
58011a71
...
...
@@ -151,13 +151,7 @@ TEST(CodingPathSync, SearchForHbdLbdMismatch) {
std
::
vector
<
int16_t
>
lbd_yuv
=
dec_lbd
.
decode
(
frame
);
std
::
vector
<
int16_t
>
hbd_yuv
=
dec_hbd
.
decode
(
frame
);
// TODO(aomedia:39): re-enable the comparison when both coding paths match,
// so they don't diverge anymore.
// Until then, keep doing the decoding to prevent crashes from creeping in,
// making this test harder to re-enable.
if
(
0
)
{
ASSERT_EQ
(
lbd_yuv
,
hbd_yuv
);
}
ASSERT_EQ
(
lbd_yuv
,
hbd_yuv
);
}
}
...
...
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