Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
6557ea9f
Commit
6557ea9f
authored
Oct 31, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename av1_convolve.[hc] to convolve.[hc]
Change-Id: I2047adc4c147201ce0ce3c533fe2861cbff1002c
parent
fc6f2364
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
av1/av1_common.mk
av1/av1_common.mk
+2
-2
av1/common/convolve.c
av1/common/convolve.c
+1
-1
av1/common/convolve.h
av1/common/convolve.h
+0
-0
av1/common/reconinter.h
av1/common/reconinter.h
+1
-1
test/av1_convolve_test.cc
test/av1_convolve_test.cc
+1
-1
No files found.
av1/av1_common.mk
View file @
6557ea9f
...
@@ -78,8 +78,8 @@ ifeq ($(CONFIG_AOM_HIGHBITDEPTH),yes)
...
@@ -78,8 +78,8 @@ ifeq ($(CONFIG_AOM_HIGHBITDEPTH),yes)
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/x86/av1_highbd_convolve_sse4.c
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/x86/av1_highbd_convolve_sse4.c
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/x86/av1_highbd_convolve_filters_sse4.h
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/x86/av1_highbd_convolve_filters_sse4.h
endif
endif
AV1_COMMON_SRCS-yes
+=
common/
av1_
convolve.c
AV1_COMMON_SRCS-yes
+=
common/convolve.c
AV1_COMMON_SRCS-yes
+=
common/
av1_
convolve.h
AV1_COMMON_SRCS-yes
+=
common/convolve.h
AV1_COMMON_SRCS-$(CONFIG_LOOP_RESTORATION)
+=
common/restoration.h
AV1_COMMON_SRCS-$(CONFIG_LOOP_RESTORATION)
+=
common/restoration.h
AV1_COMMON_SRCS-$(CONFIG_LOOP_RESTORATION)
+=
common/restoration.c
AV1_COMMON_SRCS-$(CONFIG_LOOP_RESTORATION)
+=
common/restoration.c
ifeq
(yes,$(filter $(CONFIG_GLOBAL_MOTION) $(CONFIG_WARPED_MOTION),yes))
ifeq
(yes,$(filter $(CONFIG_GLOBAL_MOTION) $(CONFIG_WARPED_MOTION),yes))
...
...
av1/common/
av1_
convolve.c
→
av1/common/convolve.c
View file @
6557ea9f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <string.h>
#include <string.h>
#include "./av1_rtcd.h"
#include "./av1_rtcd.h"
#include "av1/common/
av1_
convolve.h"
#include "av1/common/convolve.h"
#include "av1/common/filter.h"
#include "av1/common/filter.h"
#include "aom_dsp/aom_dsp_common.h"
#include "aom_dsp/aom_dsp_common.h"
#include "aom_ports/mem.h"
#include "aom_ports/mem.h"
...
...
av1/common/
av1_
convolve.h
→
av1/common/convolve.h
View file @
6557ea9f
File moved
av1/common/reconinter.h
View file @
6557ea9f
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include "av1/common/filter.h"
#include "av1/common/filter.h"
#include "av1/common/onyxc_int.h"
#include "av1/common/onyxc_int.h"
#include "av1/common/
av1_
convolve.h"
#include "av1/common/convolve.h"
#include "aom/aom_integer.h"
#include "aom/aom_integer.h"
#ifdef __cplusplus
#ifdef __cplusplus
...
...
test/av1_convolve_test.cc
View file @
6557ea9f
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include "./aom_dsp_rtcd.h"
#include "./aom_dsp_rtcd.h"
#include "test/acm_random.h"
#include "test/acm_random.h"
#include "av1/common/filter.h"
#include "av1/common/filter.h"
#include "av1/common/
av1_
convolve.h"
#include "av1/common/convolve.h"
#include "aom_dsp/aom_dsp_common.h"
#include "aom_dsp/aom_dsp_common.h"
#include "aom_ports/mem.h"
#include "aom_ports/mem.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