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
bb2727c2
Commit
bb2727c2
authored
Feb 25, 2016
by
Yaowu Xu
Browse files
Sort includess for "clpf.h"
Change-Id: I2ff4d994db5430c8b12be0cc4ead4907a4692628
parent
c297fd00
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp10/decoder/decodeframe.c
View file @
bb2727c2
...
...
@@ -25,6 +25,9 @@
#include
"vpx_util/vpx_thread.h"
#include
"vp10/common/alloccommon.h"
#if CONFIG_CLPF
#include
"vp10/common/clpf.h"
#endif
#include
"vp10/common/common.h"
#include
"vp10/common/entropy.h"
#include
"vp10/common/entropymode.h"
...
...
@@ -36,9 +39,6 @@
#include
"vp10/common/reconinter.h"
#include
"vp10/common/seg_common.h"
#include
"vp10/common/tile_common.h"
#if CONFIG_CLPF
#include
"vp10/common/clpf.h"
#endif
#include
"vp10/decoder/decodeframe.h"
#include
"vp10/decoder/detokenize.h"
...
...
vp10/encoder/bitstream.c
View file @
bb2727c2
...
...
@@ -19,6 +19,9 @@
#include
"vpx_ports/mem_ops.h"
#include
"vpx_ports/system_state.h"
#if CONFIG_CLPF
#include
"vp10/common/clpf.h"
#endif
#include
"vp10/common/entropy.h"
#include
"vp10/common/entropymode.h"
#include
"vp10/common/entropymv.h"
...
...
@@ -26,9 +29,6 @@
#include
"vp10/common/pred_common.h"
#include
"vp10/common/seg_common.h"
#include
"vp10/common/tile_common.h"
#if CONFIG_CLPF
#include
"vp10/common/clpf.h"
#endif
#include
"vp10/encoder/cost.h"
#include
"vp10/encoder/bitstream.h"
...
...
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