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
d3a37731
Commit
d3a37731
authored
Feb 10, 2015
by
Yunqing Wang
Committed by
Gerrit Code Review
Feb 10, 2015
Browse files
Merge "Rename loopfilter_thread files to thread_common files"
parents
4409a4bc
41063137
Changes
6
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_
loopfilter_thread
.c
→
vp9/common/vp9_
thread_common
.c
View file @
d3a37731
...
...
@@ -10,7 +10,7 @@
#include
"./vpx_config.h"
#include
"vpx_mem/vpx_mem.h"
#include
"vp9/common/vp9_
loopfilter_thread
.h"
#include
"vp9/common/vp9_
thread_common
.h"
#include
"vp9/common/vp9_reconinter.h"
#if CONFIG_MULTITHREAD
...
...
vp9/common/vp9_
loopfilter_thread
.h
→
vp9/common/vp9_
thread_common
.h
View file @
d3a37731
File moved
vp9/decoder/vp9_decodeframe.c
View file @
d3a37731
...
...
@@ -23,7 +23,7 @@
#include
"vp9/common/vp9_entropy.h"
#include
"vp9/common/vp9_entropymode.h"
#include
"vp9/common/vp9_idct.h"
#include
"vp9/common/vp9_
loopfilter_thread
.h"
#include
"vp9/common/vp9_
thread_common
.h"
#include
"vp9/common/vp9_pred_common.h"
#include
"vp9/common/vp9_quant_common.h"
#include
"vp9/common/vp9_reconintra.h"
...
...
vp9/decoder/vp9_decoder.h
View file @
d3a37731
...
...
@@ -15,7 +15,7 @@
#include
"vpx/vpx_codec.h"
#include
"vpx_scale/yv12config.h"
#include
"vp9/common/vp9_
loopfilter_thread
.h"
#include
"vp9/common/vp9_
thread_common
.h"
#include
"vp9/common/vp9_onyxc_int.h"
#include
"vp9/common/vp9_ppflags.h"
#include
"vp9/common/vp9_thread.h"
...
...
vp9/encoder/vp9_encoder.h
View file @
d3a37731
...
...
@@ -19,7 +19,7 @@
#include
"vp9/common/vp9_ppflags.h"
#include
"vp9/common/vp9_entropymode.h"
#include
"vp9/common/vp9_
loopfilter_thread
.h"
#include
"vp9/common/vp9_
thread_common
.h"
#include
"vp9/common/vp9_onyxc_int.h"
#include
"vp9/common/vp9_thread.h"
...
...
vp9/vp9_common.mk
View file @
d3a37731
...
...
@@ -33,7 +33,7 @@ VP9_COMMON_SRCS-yes += common/vp9_entropymv.h
VP9_COMMON_SRCS-yes
+=
common/vp9_enums.h
VP9_COMMON_SRCS-yes
+=
common/vp9_idct.h
VP9_COMMON_SRCS-yes
+=
common/vp9_loopfilter.h
VP9_COMMON_SRCS-yes
+=
common/vp9_
loopfilter_thread
.h
VP9_COMMON_SRCS-yes
+=
common/vp9_
thread_common
.h
VP9_COMMON_SRCS-yes
+=
common/vp9_mv.h
VP9_COMMON_SRCS-yes
+=
common/vp9_onyxc_int.h
VP9_COMMON_SRCS-yes
+=
common/vp9_pred_common.h
...
...
@@ -57,7 +57,7 @@ VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
VP9_COMMON_SRCS-yes
+=
common/vp9_tile_common.c
VP9_COMMON_SRCS-yes
+=
common/vp9_loopfilter.c
VP9_COMMON_SRCS-yes
+=
common/vp9_loopfilter_filters.c
VP9_COMMON_SRCS-yes
+=
common/vp9_
loopfilter_thread
.c
VP9_COMMON_SRCS-yes
+=
common/vp9_
thread_common
.c
VP9_COMMON_SRCS-yes
+=
common/vp9_mvref_common.c
VP9_COMMON_SRCS-yes
+=
common/vp9_mvref_common.h
VP9_COMMON_SRCS-yes
+=
common/vp9_quant_common.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