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
bb2727c2
Commit
bb2727c2
authored
Feb 25, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort includess for "clpf.h"
Change-Id: I2ff4d994db5430c8b12be0cc4ead4907a4692628
parent
c297fd00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
vp10/decoder/decodeframe.c
vp10/decoder/decodeframe.c
+3
-3
vp10/encoder/bitstream.c
vp10/encoder/bitstream.c
+3
-3
No files found.
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
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