Compare commits
49 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9e44920247 | ||
![]() |
246cc0881a | ||
![]() |
51f9ef8e89 | ||
![]() |
9f40e5650c | ||
![]() |
252703291f | ||
![]() |
26f91d31d1 | ||
![]() |
3688076d42 | ||
![]() |
52a1b7df97 | ||
![]() |
def479510e | ||
![]() |
e75a400cd3 | ||
![]() |
dbb7db5b43 | ||
![]() |
c565409a2a | ||
![]() |
6f2e4e1987 | ||
![]() |
f46f53d0de | ||
![]() |
37693cfd5a | ||
![]() |
0f15bbde8f | ||
![]() |
754e60a64d | ||
![]() |
da4255792a | ||
![]() |
421146312b | ||
![]() |
829e2af0e1 | ||
![]() |
06c0623219 | ||
![]() |
cf7705579b | ||
![]() |
940599ff2c | ||
![]() |
86262018ad | ||
![]() |
b52ee87d2c | ||
![]() |
9a63ff2243 | ||
![]() |
41bad1f258 | ||
![]() |
29e1dea8cd | ||
![]() |
c9ebe27ce4 | ||
![]() |
ca50290d6c | ||
![]() |
476d59a304 | ||
![]() |
f2274a34e6 | ||
![]() |
8d6fbc1bdf | ||
![]() |
948b1d4283 | ||
![]() |
f766f3c8f3 | ||
![]() |
5c263fa3ca | ||
![]() |
3d5cd513fa | ||
![]() |
a08df4552a | ||
![]() |
cee8f9f9a5 | ||
![]() |
daa5d0eb3d | ||
![]() |
d4b99b8e3a | ||
![]() |
9f81463454 | ||
![]() |
220daa00e0 | ||
![]() |
9484bf7f57 | ||
![]() |
9d8a1c0781 | ||
![]() |
7630e36f1b | ||
![]() |
94c52e4da8 | ||
![]() |
c65e8e8e46 | ||
![]() |
c17b62e1bd |
6
README
6
README
@@ -9,18 +9,18 @@ COMPILING THE APPLICATIONS/LIBRARIES:
|
|||||||
the application.
|
the application.
|
||||||
|
|
||||||
1. Prerequisites
|
1. Prerequisites
|
||||||
|
|
||||||
* All x86 targets require the Yasm[1] assembler be installed.
|
* All x86 targets require the Yasm[1] assembler be installed.
|
||||||
* All Windows builds require that Cygwin[2] be installed.
|
* All Windows builds require that Cygwin[2] be installed.
|
||||||
* Building the documentation requires PHP[3] and Doxygen[4]. If you do not
|
* Building the documentation requires PHP[3] and Doxygen[4]. If you do not
|
||||||
have these packages, you must pass --disable-install-docs to the
|
have these packages, you must pass --disable-install-docs to the
|
||||||
configure script.
|
configure script.
|
||||||
|
|
||||||
[1]: http://www.tortall.net/projects/yasm
|
[1]: http://www.tortall.net/projects/yasm
|
||||||
[2]: http://www.cygwin.com
|
[2]: http://www.cygwin.com
|
||||||
[3]: http://php.net
|
[3]: http://php.net
|
||||||
[4]: http://www.doxygen.org
|
[4]: http://www.doxygen.org
|
||||||
|
|
||||||
2. Out-of-tree builds
|
2. Out-of-tree builds
|
||||||
Out of tree builds are a supported method of building the application. For
|
Out of tree builds are a supported method of building the application. For
|
||||||
an out of tree build, the source tree is kept separate from the object
|
an out of tree build, the source tree is kept separate from the object
|
||||||
|
4
args.c
4
args.c
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
4
args.h
4
args.h
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
REM
|
REM
|
||||||
REM Use of this source code is governed by a BSD-style license
|
REM Use of this source code is governed by a BSD-style license
|
||||||
REM that can be found in the LICENSE file in the root of the source
|
REM that can be found in the LICENSE file in the root of the source
|
||||||
REM tree. An additional intellectual property rights grant can be found
|
REM tree. An additional intellectual property rights grant can be found
|
||||||
REM in the file PATENTS. All contributing project authors may
|
REM in the file PATENTS. All contributing project authors may
|
||||||
REM be found in the AUTHORS file in the root of the source tree.
|
REM be found in the AUTHORS file in the root of the source tree.
|
||||||
echo on
|
echo on
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
@@ -57,7 +57,6 @@ dist:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
svnstat: ALL_TARGETS:=$(firstword $(ALL_TARGETS))
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(target),)
|
ifneq ($(target),)
|
||||||
@@ -363,12 +362,3 @@ INSTALL_TARGETS += .install-docs .install-srcs .install-libs .install-bins
|
|||||||
all-$(target): $(BUILD_TARGETS)
|
all-$(target): $(BUILD_TARGETS)
|
||||||
install:: $(INSTALL_TARGETS)
|
install:: $(INSTALL_TARGETS)
|
||||||
dist: $(INSTALL_TARGETS)
|
dist: $(INSTALL_TARGETS)
|
||||||
|
|
||||||
#
|
|
||||||
# Development helper targets
|
|
||||||
#
|
|
||||||
ifneq ($(SRC_PATH_BARE),)
|
|
||||||
.PHONY: svnstat
|
|
||||||
svnstat:
|
|
||||||
svn stat $(SRC_PATH_BARE)
|
|
||||||
endif
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -797,6 +797,8 @@ process_common_toolchain() {
|
|||||||
setup_gnu_toolchain
|
setup_gnu_toolchain
|
||||||
add_cflags -use-msasm -use-asm
|
add_cflags -use-msasm -use-asm
|
||||||
add_ldflags -i-static
|
add_ldflags -i-static
|
||||||
|
enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE3 -axSSE3
|
||||||
|
enabled x86_64 && AR=xiar
|
||||||
;;
|
;;
|
||||||
gcc*)
|
gcc*)
|
||||||
add_cflags -m${bits}
|
add_cflags -m${bits}
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
3
configure
vendored
3
configure
vendored
@@ -109,6 +109,7 @@ all_platforms="${all_platforms} x86-win32-vs7"
|
|||||||
all_platforms="${all_platforms} x86-win32-vs8"
|
all_platforms="${all_platforms} x86-win32-vs8"
|
||||||
all_platforms="${all_platforms} x86_64-darwin9-gcc"
|
all_platforms="${all_platforms} x86_64-darwin9-gcc"
|
||||||
all_platforms="${all_platforms} x86_64-linux-gcc"
|
all_platforms="${all_platforms} x86_64-linux-gcc"
|
||||||
|
all_platforms="${all_platforms} x86_64-linux-icc"
|
||||||
all_platforms="${all_platforms} x86_64-solaris-gcc"
|
all_platforms="${all_platforms} x86_64-solaris-gcc"
|
||||||
all_platforms="${all_platforms} x86_64-win64-vs8"
|
all_platforms="${all_platforms} x86_64-win64-vs8"
|
||||||
all_platforms="${all_platforms} universal-darwin8-gcc"
|
all_platforms="${all_platforms} universal-darwin8-gcc"
|
||||||
@@ -241,6 +242,7 @@ CONFIG_LIST="
|
|||||||
spatial_resampling
|
spatial_resampling
|
||||||
realtime_only
|
realtime_only
|
||||||
shared
|
shared
|
||||||
|
dixie
|
||||||
"
|
"
|
||||||
CMDLINE_SELECT="
|
CMDLINE_SELECT="
|
||||||
extra_warnings
|
extra_warnings
|
||||||
@@ -279,6 +281,7 @@ CMDLINE_SELECT="
|
|||||||
spatial_resampling
|
spatial_resampling
|
||||||
realtime_only
|
realtime_only
|
||||||
shared
|
shared
|
||||||
|
dixie
|
||||||
"
|
"
|
||||||
|
|
||||||
process_cmdline() {
|
process_cmdline() {
|
||||||
|
4
docs.mk
4
docs.mk
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
11
ivfdec.c
11
ivfdec.c
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -29,6 +29,10 @@
|
|||||||
|
|
||||||
static const char *exec_name;
|
static const char *exec_name;
|
||||||
|
|
||||||
|
#if CONFIG_DIXIE
|
||||||
|
extern vpx_codec_iface_t vpx_codec_vp8_dixie_algo;
|
||||||
|
#endif
|
||||||
|
|
||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
char const *name;
|
char const *name;
|
||||||
@@ -40,6 +44,9 @@ static const struct
|
|||||||
#if CONFIG_VP8_DECODER
|
#if CONFIG_VP8_DECODER
|
||||||
{"vp8", &vpx_codec_vp8_dx_algo, 0x00385056, 0x00FFFFFF},
|
{"vp8", &vpx_codec_vp8_dx_algo, 0x00385056, 0x00FFFFFF},
|
||||||
#endif
|
#endif
|
||||||
|
#if CONFIG_DIXIE
|
||||||
|
{"dixie", &vpx_codec_vp8_dixie_algo, 0x00385056, 0x00FFFFFF},
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "args.h"
|
#include "args.h"
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
4
libs.mk
4
libs.mk
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
source codec deployed on millions of computers and devices worldwide.
|
source codec deployed on millions of computers and devices worldwide.
|
||||||
|
|
||||||
This distribution of the WebM VP8 Codec SDK includes the following support:
|
This distribution of the WebM VP8 Codec SDK includes the following support:
|
||||||
|
|
||||||
\if vp8_encoder - \ref vp8_encoder \endif
|
\if vp8_encoder - \ref vp8_encoder \endif
|
||||||
\if vp8_decoder - \ref vp8_decoder \endif
|
\if vp8_decoder - \ref vp8_decoder \endif
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
##
|
##
|
||||||
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
##
|
##
|
||||||
## Use of this source code is governed by a BSD-style license
|
## 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
|
## that can be found in the LICENSE file in the root of the source
|
||||||
## tree. An additional intellectual property rights grant can be found
|
## tree. An additional intellectual property rights grant can be found
|
||||||
## in the file PATENTS. All contributing project authors may
|
## in the file PATENTS. All contributing project authors may
|
||||||
## be found in the AUTHORS file in the root of the source tree.
|
## be found in the AUTHORS file in the root of the source tree.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
EXPORT |vp8_short_inv_walsh4x4_neon|
|
EXPORT |vp8_short_inv_walsh4x4_neon|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
;
|
;
|
||||||
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
;
|
;
|
||||||
; Use of this source code is governed by a BSD-style license
|
; 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
|
; that can be found in the LICENSE file in the root of the source
|
||||||
; tree. An additional intellectual property rights grant can be found
|
; tree. An additional intellectual property rights grant can be found
|
||||||
; in the file PATENTS. All contributing project authors may
|
; in the file PATENTS. All contributing project authors may
|
||||||
; be found in the AUTHORS file in the root of the source tree.
|
; be found in the AUTHORS file in the root of the source tree.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -70,15 +70,11 @@ DEFINE(detok_current_bc, offsetof(DETOK, current_bc));
|
|||||||
DEFINE(detok_coef_probs, offsetof(DETOK, coef_probs));
|
DEFINE(detok_coef_probs, offsetof(DETOK, coef_probs));
|
||||||
DEFINE(detok_eob, offsetof(DETOK, eob));
|
DEFINE(detok_eob, offsetof(DETOK, eob));
|
||||||
|
|
||||||
DEFINE(bool_decoder_lowvalue, offsetof(BOOL_DECODER, lowvalue));
|
DEFINE(bool_decoder_user_buffer_end, offsetof(BOOL_DECODER, user_buffer_end));
|
||||||
DEFINE(bool_decoder_range, offsetof(BOOL_DECODER, range));
|
DEFINE(bool_decoder_user_buffer, offsetof(BOOL_DECODER, user_buffer));
|
||||||
DEFINE(bool_decoder_value, offsetof(BOOL_DECODER, value));
|
DEFINE(bool_decoder_value, offsetof(BOOL_DECODER, value));
|
||||||
DEFINE(bool_decoder_count, offsetof(BOOL_DECODER, count));
|
DEFINE(bool_decoder_count, offsetof(BOOL_DECODER, count));
|
||||||
DEFINE(bool_decoder_user_buffer, offsetof(BOOL_DECODER, user_buffer));
|
DEFINE(bool_decoder_range, offsetof(BOOL_DECODER, range));
|
||||||
DEFINE(bool_decoder_user_buffer_sz, offsetof(BOOL_DECODER, user_buffer_sz));
|
|
||||||
DEFINE(bool_decoder_decode_buffer, offsetof(BOOL_DECODER, decode_buffer));
|
|
||||||
DEFINE(bool_decoder_read_ptr, offsetof(BOOL_DECODER, read_ptr));
|
|
||||||
DEFINE(bool_decoder_write_ptr, offsetof(BOOL_DECODER, write_ptr));
|
|
||||||
|
|
||||||
DEFINE(tokenextrabits_min_val, offsetof(TOKENEXTRABITS, min_val));
|
DEFINE(tokenextrabits_min_val, offsetof(TOKENEXTRABITS, min_val));
|
||||||
DEFINE(tokenextrabits_length, offsetof(TOKENEXTRABITS, Length));
|
DEFINE(tokenextrabits_length, offsetof(TOKENEXTRABITS, Length));
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Use of this source code is governed by a BSD-style license
|
* 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
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user