Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
f92cfa1c
Commit
f92cfa1c
authored
Nov 19, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 19, 2013
Browse files
Merge "Move vp9_sadmxn.h from common to encoder"
parents
ff4f1c4b
30b03050
Changes
4
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_sad_c.c
View file @
f92cfa1c
...
...
@@ -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 @
f92cfa1c
File moved
vp9/vp9_common.mk
View file @
f92cfa1c
...
...
@@ -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 @
f92cfa1c
...
...
@@ -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