Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
470cbfcb
Commit
470cbfcb
authored
Aug 12, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 12, 2015
Browse files
Merge "Change vp10 interface prefix from vp9_ to vp10_"
parents
345b11cd
c4e354b4
Changes
6
Hide whitespace changes
Inline
Side-by-side
vp10/vp10_common.mk
View file @
470cbfcb
...
...
@@ -9,7 +9,7 @@
##
VP10_COMMON_SRCS-yes
+=
vp10_common.mk
VP10_COMMON_SRCS-yes
+=
vp
9
_iface_common.h
VP10_COMMON_SRCS-yes
+=
vp
10
_iface_common.h
VP10_COMMON_SRCS-yes
+=
common/vp9_ppflags.h
VP10_COMMON_SRCS-yes
+=
common/vp9_alloccommon.c
VP10_COMMON_SRCS-yes
+=
common/vp9_blockd.c
...
...
vp10/vp
9
_cx_iface.c
→
vp10/vp
10
_cx_iface.c
View file @
470cbfcb
...
...
@@ -19,7 +19,7 @@
#include
"vp10/encoder/vp9_encoder.h"
#include
"vpx/vp8cx.h"
#include
"vp10/encoder/vp9_firstpass.h"
#include
"vp10/vp
9
_iface_common.h"
#include
"vp10/vp
10
_iface_common.h"
struct
vp10_extracfg
{
int
cpu_used
;
// available cpu percentage in 1/16
...
...
vp10/vp
9
_dx_iface.c
→
vp10/vp
10
_dx_iface.c
View file @
470cbfcb
...
...
@@ -26,7 +26,7 @@
#include
"vp10/decoder/vp9_decoder.h"
#include
"vp10/decoder/vp9_decodeframe.h"
#include
"vp10/vp
9
_iface_common.h"
#include
"vp10/vp
10
_iface_common.h"
#define VP9_CAP_POSTPROC (CONFIG_VP9_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
...
...
vp10/vp
9
_iface_common.h
→
vp10/vp
10
_iface_common.h
View file @
470cbfcb
File moved
vp10/vp10cx.mk
View file @
470cbfcb
...
...
@@ -15,7 +15,7 @@ VP10_CX_SRCS-no += $(VP10_COMMON_SRCS-no)
VP10_CX_SRCS_REMOVE-yes
+=
$
(
VP10_COMMON_SRCS_REMOVE-yes
)
VP10_CX_SRCS_REMOVE-no
+=
$
(
VP10_COMMON_SRCS_REMOVE-no
)
VP10_CX_SRCS-yes
+=
vp
9
_cx_iface.c
VP10_CX_SRCS-yes
+=
vp
10
_cx_iface.c
VP10_CX_SRCS-yes
+=
encoder/vp9_avg.c
VP10_CX_SRCS-yes
+=
encoder/vp9_bitstream.c
...
...
vp10/vp10dx.mk
View file @
470cbfcb
...
...
@@ -15,7 +15,7 @@ VP10_DX_SRCS-no += $(VP10_COMMON_SRCS-no)
VP10_DX_SRCS_REMOVE-yes
+=
$
(
VP10_COMMON_SRCS_REMOVE-yes
)
VP10_DX_SRCS_REMOVE-no
+=
$
(
VP10_COMMON_SRCS_REMOVE-no
)
VP10_DX_SRCS-yes
+=
vp
9
_dx_iface.c
VP10_DX_SRCS-yes
+=
vp
10
_dx_iface.c
VP10_DX_SRCS-yes
+=
decoder/vp9_decodemv.c
VP10_DX_SRCS-yes
+=
decoder/vp9_decodeframe.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment