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
Yushin Cho
aom-rav1e
Commits
f0619682
Commit
f0619682
authored
Jan 17, 2014
by
James Zern
Browse files
test/: remove some unnecessary extern "C"s
Change-Id: I57a94d2f9e26a872a20d805a506855a20e61c356
parent
d9a9c45b
Changes
9
Hide whitespace changes
Inline
Side-by-side
test/codec_factory.h
View file @
f0619682
...
...
@@ -10,7 +10,6 @@
#ifndef TEST_CODEC_FACTORY_H_
#define TEST_CODEC_FACTORY_H_
extern
"C"
{
#include
"./vpx_config.h"
#include
"vpx/vpx_decoder.h"
#include
"vpx/vpx_encoder.h"
...
...
@@ -20,7 +19,6 @@ extern "C" {
#if CONFIG_VP8_DECODER || CONFIG_VP9_DECODER
#include
"vpx/vp8dx.h"
#endif
}
#include
"test/decode_test_driver.h"
#include
"test/encode_test_driver.h"
...
...
test/idct8x8_test.cc
View file @
f0619682
...
...
@@ -14,9 +14,7 @@
#include
"third_party/googletest/src/include/gtest/gtest.h"
extern
"C"
{
#include
"./vp9_rtcd.h"
}
#include
"test/acm_random.h"
#include
"vpx/vpx_integer.h"
...
...
test/idct_test.cc
View file @
f0619682
...
...
@@ -8,10 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
extern
"C"
{
#include
"./vpx_config.h"
#include
"./vp8_rtcd.h"
}
#include
"test/clear_system_state.h"
#include
"test/register_state_check.h"
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
test/pp_filter_test.cc
View file @
f0619682
...
...
@@ -10,12 +10,10 @@
#include
"test/clear_system_state.h"
#include
"test/register_state_check.h"
#include
"third_party/googletest/src/include/gtest/gtest.h"
extern
"C"
{
#include
"./vpx_config.h"
#include
"./vp8_rtcd.h"
#include
"vpx/vpx_integer.h"
#include
"vpx_mem/vpx_mem.h"
}
typedef
void
(
*
post_proc_func_t
)(
unsigned
char
*
src_ptr
,
unsigned
char
*
dst_ptr
,
...
...
test/sad_test.cc
View file @
f0619682
...
...
@@ -13,7 +13,6 @@
#include
<limits.h>
#include
<stdio.h>
extern
"C"
{
#include
"./vpx_config.h"
#if CONFIG_VP8_ENCODER
#include
"./vp8_rtcd.h"
...
...
@@ -22,7 +21,6 @@ extern "C" {
#include
"./vp9_rtcd.h"
#endif
#include
"vpx_mem/vpx_mem.h"
}
#include
"test/acm_random.h"
#include
"test/clear_system_state.h"
...
...
test/sixtap_predict_test.cc
View file @
f0619682
...
...
@@ -16,12 +16,10 @@
#include
"test/register_state_check.h"
#include
"test/util.h"
#include
"third_party/googletest/src/include/gtest/gtest.h"
extern
"C"
{
#include
"./vpx_config.h"
#include
"./vp8_rtcd.h"
#include
"vpx/vpx_integer.h"
#include
"vpx_mem/vpx_mem.h"
}
namespace
{
...
...
test/test_vector_test.cc
View file @
f0619682
...
...
@@ -19,9 +19,7 @@
#include
"test/test_vectors.h"
#include
"test/util.h"
#include
"test/webm_video_source.h"
extern
"C"
{
#include
"vpx_mem/vpx_mem.h"
}
namespace
{
...
...
test/tile_independence_test.cc
View file @
f0619682
...
...
@@ -17,9 +17,7 @@
#include
"test/i420_video_source.h"
#include
"test/util.h"
#include
"test/md5_helper.h"
extern
"C"
{
#include
"vpx_mem/vpx_mem.h"
}
namespace
{
class
TileIndependenceTest
:
public
::
libvpx_test
::
EncoderTest
,
...
...
test/vp8_fdct4x4_test.cc
View file @
f0619682
...
...
@@ -15,9 +15,7 @@
#include
<string.h>
#include
<sys/types.h>
extern
"C"
{
#include
"./vp8_rtcd.h"
}
#include
"test/acm_random.h"
#include
"third_party/googletest/src/include/gtest/gtest.h"
...
...
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