Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
9f41a8b0
Commit
9f41a8b0
authored
Sep 22, 2011
by
Johann
Committed by
Gerrit Code Review
Sep 22, 2011
Browse files
Merge "Replace vpx_ports/config.h with vpx_config.h"
parents
17c754fc
1a7d25a4
Changes
51
Hide whitespace changes
Inline
Side-by-side
examples.mk
View file @
9f41a8b0
...
...
@@ -16,7 +16,7 @@ UTILS-$(CONFIG_DECODERS) += vpxdec.c
vpxdec.SRCS
+=
md5_utils.c md5_utils.h
vpxdec.SRCS
+=
vpx_ports/vpx_timer.h
vpxdec.SRCS
+=
vpx/vpx_integer.h
vpxdec.SRCS
+=
args.c args.h
vpx_ports/config.h
vpxdec.SRCS
+=
args.c args.h
vpxdec.SRCS
+=
tools_common.c tools_common.h
vpxdec.SRCS
+=
nestegg/halloc/halloc.h
vpxdec.SRCS
+=
nestegg/halloc/src/align.h
...
...
@@ -30,7 +30,7 @@ vpxdec.DESCRIPTION = Full featured decoder
UTILS-$(CONFIG_ENCODERS)
+=
vpxenc.c
vpxenc.SRCS
+=
args.c args.h y4minput.c y4minput.h
vpxenc.SRCS
+=
tools_common.c tools_common.h
vpxenc.SRCS
+=
vpx_ports/config.h
vpx_ports/mem_ops.h
vpxenc.SRCS
+=
vpx_ports/mem_ops.h
vpxenc.SRCS
+=
vpx_ports/mem_ops_aligned.h
vpxenc.SRCS
+=
libmkv/EbmlIDs.h
vpxenc.SRCS
+=
libmkv/EbmlWriter.c
...
...
vp8/common/alloccommon.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"blockd.h"
#include
"vpx_mem/vpx_mem.h"
#include
"onyxc_int.h"
...
...
vp8/common/arm/arm_systemdependent.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx_ports/arm.h"
#include
"vp8/common/g_common.h"
#include
"vp8/common/pragmas.h"
...
...
vp8/common/arm/filter_arm.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
<math.h>
#include
"vp8/common/filter.h"
#include
"vp8/common/subpixel.h"
...
...
vp8/common/arm/neon/recon_neon.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/common/recon.h"
#include
"vp8/common/blockd.h"
...
...
vp8/common/arm/reconintra_arm.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/common/blockd.h"
#include
"vp8/common/reconintra.h"
#include
"vpx_mem/vpx_mem.h"
...
...
vp8/common/blockd.h
View file @
9f41a8b0
...
...
@@ -14,7 +14,7 @@
void
vpx_log
(
const
char
*
format
,
...);
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx_scale/yv12config.h"
#include
"mv.h"
#include
"treecoder.h"
...
...
vp8/common/generic/systemdependent.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/common/g_common.h"
#include
"vp8/common/subpixel.h"
#include
"vp8/common/loopfilter.h"
...
...
vp8/common/invtrans.h
View file @
9f41a8b0
...
...
@@ -12,7 +12,7 @@
#ifndef __INC_INVTRANS_H
#define __INC_INVTRANS_H
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"idct.h"
#include
"blockd.h"
extern
void
vp8_inverse_transform_b
(
const
vp8_idct_rtcd_vtable_t
*
rtcd
,
BLOCKD
*
b
,
int
pitch
);
...
...
vp8/common/postproc.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx_scale/yv12config.h"
#include
"postproc.h"
#include
"vpx_scale/yv12extend.h"
...
...
vp8/common/recon.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"recon.h"
#include
"blockd.h"
...
...
vp8/common/reconinter.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx/vpx_integer.h"
#include
"recon.h"
#include
"subpixel.h"
...
...
vp8/common/reconintra.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"recon.h"
#include
"reconintra.h"
#include
"vpx_mem/vpx_mem.h"
...
...
vp8/common/reconintra4x4.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"recon.h"
#include
"vpx_mem/vpx_mem.h"
#include
"reconintra.h"
...
...
vp8/common/systemdependent.h
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#if ARCH_X86 || ARCH_X86_64
void
vpx_reset_mmx_state
(
void
);
#define vp8_clear_system_state() vpx_reset_mmx_state()
...
...
vp8/common/x86/recon_wrapper_sse2.c
View file @
9f41a8b0
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/common/recon.h"
#include
"recon_x86.h"
#include
"vpx_mem/vpx_mem.h"
...
...
vp8/common/x86/vp8_asm_stubs.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx_ports/mem.h"
#include
"vp8/common/subpixel.h"
...
...
vp8/decoder/arm/arm_dsystemdependent.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vpx_ports/arm.h"
#include
"vp8/common/blockd.h"
#include
"vp8/common/pragmas.h"
...
...
vp8/decoder/arm/armv6/idct_blk_v6.c
View file @
9f41a8b0
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/common/idct.h"
#include
"vp8/decoder/dequantize.h"
...
...
vp8/decoder/arm/dequantize_arm.c
View file @
9f41a8b0
...
...
@@ -9,7 +9,7 @@
*/
#include
"vpx_
ports/
config.h"
#include
"vpx_config.h"
#include
"vp8/decoder/dequantize.h"
#include
"vp8/common/idct.h"
#include
"vpx_mem/vpx_mem.h"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment