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
fffe4768
Commit
fffe4768
authored
Aug 01, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 01, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "frame_size_tests: cosmetics"
parents
ce896df0
e04273f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
test/frame_size_tests.cc
test/frame_size_tests.cc
+2
-9
No files found.
test/frame_size_tests.cc
View file @
fffe4768
...
...
@@ -7,13 +7,9 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include <climits>
#include <vector>
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/codec_factory.h"
#include "test/encode_test_driver.h"
#include "test/i420_video_source.h"
#include "test/util.h"
#include "test/video_source.h"
namespace
{
...
...
@@ -33,10 +29,7 @@ class VP9FrameSizeTestsLarge
virtual
bool
HandleDecodeResult
(
const
vpx_codec_err_t
res_dec
,
const
libvpx_test
::
VideoSource
&
video
,
libvpx_test
::
Decoder
*
decoder
)
{
EXPECT_EQ
(
expected_res_
,
res_dec
)
<<
"Expected "
<<
expected_res_
<<
"but got "
<<
res_dec
;
EXPECT_EQ
(
expected_res_
,
res_dec
)
<<
decoder
->
DecodeError
();
return
!::
testing
::
Test
::
HasFailure
();
}
...
...
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