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
38536f6b
Commit
38536f6b
authored
Dec 12, 2013
by
Frank Galligan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup copyright headers.
Change-Id: I7ff2b18e085f3fffaa7f25d40e4e50427b808f43
parent
802fc78b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
49 deletions
+46
-49
test/error_resilience_test.cc
test/error_resilience_test.cc
+8
-8
test/sixtap_predict_test.cc
test/sixtap_predict_test.cc
+8
-8
test/test_vector_test.cc
test/test_vector_test.cc
+7
-7
test/tile_independence_test.cc
test/tile_independence_test.cc
+7
-7
test/vp8_fdct4x4_test.cc
test/vp8_fdct4x4_test.cc
+8
-11
test/vp9_lossless_test.cc
test/vp9_lossless_test.cc
+8
-8
No files found.
test/error_resilience_test.cc
View file @
38536f6b
/*
Copyright (c) 201
2
The WebM project authors. All Rights Reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree.
*/
*
Copyright (c) 201
3
The WebM project authors. All Rights Reserved.
*
*
Use of this source code is governed by a BSD-style license
*
that can be found in the LICENSE file in the root of the source
*
tree. An additional intellectual property rights grant can be found
*
in the file PATENTS. All contributing project authors may
*
be found in the AUTHORS file in the root of the source tree.
*/
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/codec_factory.h"
...
...
test/sixtap_predict_test.cc
View file @
38536f6b
/*
* Copyright (c) 201
2
The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* Copyright (c) 201
3
The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include <math.h>
#include <stdlib.h>
...
...
test/test_vector_test.cc
View file @
38536f6b
/*
Copyright (c) 201
2
The WebM project authors. All Rights Reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree.
*
Copyright (c) 201
3
The WebM project authors. All Rights Reserved.
*
*
Use of this source code is governed by a BSD-style license
*
that can be found in the LICENSE file in the root of the source
*
tree. An additional intellectual property rights grant can be found
*
in the file PATENTS. All contributing project authors may
*
be found in the AUTHORS file in the root of the source tree.
*/
#include <cstdio>
...
...
test/tile_independence_test.cc
View file @
38536f6b
/*
Copyright (c) 201
2
The WebM project authors. All Rights Reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree.
*
Copyright (c) 201
3
The WebM project authors. All Rights Reserved.
*
*
Use of this source code is governed by a BSD-style license
*
that can be found in the LICENSE file in the root of the source
*
tree. An additional intellectual property rights grant can be found
*
in the file PATENTS. All contributing project authors may
*
be found in the AUTHORS file in the root of the source tree.
*/
#include <cstdio>
...
...
test/vp8_fdct4x4_test.cc
View file @
38536f6b
/*
* Copyright (c) 2012 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
* Copyright (c) 2013 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include <math.h>
#include <stddef.h>
...
...
@@ -16,7 +15,6 @@
#include <string.h>
#include <sys/types.h>
extern
"C"
{
#include "./vp8_rtcd.h"
}
...
...
@@ -25,7 +23,6 @@ extern "C" {
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "vpx/vpx_integer.h"
namespace
{
const
int
cospi8sqrt2minus1
=
20091
;
...
...
test/vp9_lossless_test.cc
View file @
38536f6b
/*
Copyright (c) 201
2
The WebM project authors. All Rights Reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file in the root of the source
tree. An additional intellectual property rights grant can be found
in the file PATENTS. All contributing project authors may
be found in the AUTHORS file in the root of the source tree.
*/
*
Copyright (c) 201
3
The WebM project authors. All Rights Reserved.
*
*
Use of this source code is governed by a BSD-style license
*
that can be found in the LICENSE file in the root of the source
*
tree. An additional intellectual property rights grant can be found
*
in the file PATENTS. All contributing project authors may
*
be found in the AUTHORS file in the root of the source tree.
*/
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/codec_factory.h"
...
...
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