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
30b03050
Commit
30b03050
authored
Nov 19, 2013
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move vp9_sadmxn.h from common to encoder
Change-Id: I6f6ba91b1b8b280902b171472314d665aa0baf0b
parent
a7c7e78a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
vp9/encoder/vp9_sad_c.c
vp9/encoder/vp9_sad_c.c
+3
-3
vp9/encoder/vp9_sadmxn.h
vp9/encoder/vp9_sadmxn.h
+0
-0
vp9/vp9_common.mk
vp9/vp9_common.mk
+0
-1
vp9/vp9cx.mk
vp9/vp9cx.mk
+1
-0
No files found.
vp9/encoder/vp9_sad_c.c
View file @
30b03050
...
...
@@ -10,11 +10,11 @@
#include <stdlib.h>
#include "vp9/common/vp9_sadmxn.h"
#include "vp9/encoder/vp9_variance.h"
#include "./vp9_rtcd.h"
#include "./vpx_config.h"
#include "vp9/encoder/vp9_sadmxn.h"
#include "vp9/encoder/vp9_variance.h"
#include "vpx/vpx_integer.h"
#include "./vp9_rtcd.h"
#define sad_mxn_func(m, n) \
unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, \
...
...
vp9/
common
/vp9_sadmxn.h
→
vp9/
encoder
/vp9_sadmxn.h
View file @
30b03050
File moved
vp9/vp9_common.mk
View file @
30b03050
...
...
@@ -45,7 +45,6 @@ VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
VP9_COMMON_SRCS-yes
+=
common/vp9_reconintra.h
VP9_COMMON_SRCS-yes
+=
common/vp9_rtcd.c
VP9_COMMON_SRCS-yes
+=
common/vp9_rtcd_defs.sh
VP9_COMMON_SRCS-yes
+=
common/vp9_sadmxn.h
VP9_COMMON_SRCS-yes
+=
common/vp9_scale.h
VP9_COMMON_SRCS-yes
+=
common/vp9_scale.c
VP9_COMMON_SRCS-yes
+=
common/vp9_seg_common.h
...
...
vp9/vp9cx.mk
View file @
30b03050
...
...
@@ -44,6 +44,7 @@ VP9_CX_SRCS-yes += encoder/vp9_psnr.h
VP9_CX_SRCS-yes
+=
encoder/vp9_quantize.h
VP9_CX_SRCS-yes
+=
encoder/vp9_ratectrl.h
VP9_CX_SRCS-yes
+=
encoder/vp9_rdopt.h
VP9_CX_SRCS-yes
+=
encoder/vp9_sadmxn.h
VP9_CX_SRCS-yes
+=
encoder/vp9_tokenize.h
VP9_CX_SRCS-yes
+=
encoder/vp9_treewriter.h
VP9_CX_SRCS-yes
+=
encoder/vp9_variance.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment