Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
470cbfcb
Commit
470cbfcb
authored
Aug 12, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 12, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Change vp10 interface prefix from vp9_ to vp10_"
parents
345b11cd
c4e354b4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
vp10/vp10_common.mk
vp10/vp10_common.mk
+1
-1
vp10/vp10_cx_iface.c
vp10/vp10_cx_iface.c
+1
-1
vp10/vp10_dx_iface.c
vp10/vp10_dx_iface.c
+1
-1
vp10/vp10_iface_common.h
vp10/vp10_iface_common.h
+0
-0
vp10/vp10cx.mk
vp10/vp10cx.mk
+1
-1
vp10/vp10dx.mk
vp10/vp10dx.mk
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment