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
1aab8184
Commit
1aab8184
authored
Jun 03, 2016
by
Jingning Han
Committed by
Yaowu Xu
Sep 09, 2016
Browse files
Sort header files
cherry-picked #
ecd07473
from aom/master Change-Id: Id8f45d9c11406fc301b39801c5228ccd6aa2d5d6
parent
f7f04377
Changes
4
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodeframe.c
View file @
1aab8184
...
...
@@ -12,14 +12,14 @@
#include
<assert.h>
#include
<stdlib.h>
// qsort()
#include
"./av1_rtcd.h"
#include
"./aom_config.h"
#include
"./aom_dsp_rtcd.h"
#include
"./aom_scale_rtcd.h"
#include
"./av1_rtcd.h"
#include
"aom_dsp/bitreader_buffer.h"
#include
"av1/decoder/bitreader.h"
#include
"aom_dsp/aom_dsp_common.h"
#include
"aom_dsp/bitreader.h"
#include
"aom_dsp/bitreader_buffer.h"
#include
"aom_mem/aom_mem.h"
#include
"aom_ports/mem.h"
#include
"aom_ports/mem_ops.h"
...
...
@@ -37,18 +37,18 @@
#include
"av1/common/entropy.h"
#include
"av1/common/entropymode.h"
#include
"av1/common/idct.h"
#include
"av1/common/thread_common.h"
#include
"av1/common/pred_common.h"
#include
"av1/common/quant_common.h"
#include
"av1/common/reconintra.h"
#include
"av1/common/reconinter.h"
#include
"av1/common/reconintra.h"
#include
"av1/common/seg_common.h"
#include
"av1/common/thread_common.h"
#include
"av1/common/tile_common.h"
#include
"av1/decoder/decodeframe.h"
#include
"av1/decoder/detokenize.h"
#include
"av1/decoder/decodemv.h"
#include
"av1/decoder/decoder.h"
#include
"av1/decoder/detokenize.h"
#include
"av1/decoder/dsubexp.h"
#define MAX_AV1_HEADER_SIZE 80
...
...
av1/decoder/decodemv.c
View file @
1aab8184
...
...
@@ -20,8 +20,8 @@
#include
"av1/common/reconinter.h"
#include
"av1/common/seg_common.h"
#include
"av1/decoder/decodemv.h"
#include
"av1/decoder/decodeframe.h"
#include
"av1/decoder/decodemv.h"
#include
"aom_dsp/aom_dsp_common.h"
...
...
av1/encoder/encoder.c
View file @
1aab8184
...
...
@@ -61,9 +61,9 @@
#endif
#include
"aom_dsp/aom_dsp_common.h"
#include
"aom_dsp/aom_filter.h"
#include
"aom_ports/aom_timer.h"
#include
"aom_ports/mem.h"
#include
"aom_ports/system_state.h"
#include
"aom_ports/aom_timer.h"
#include
"aom_scale/aom_scale.h"
#include
"aom_util/debug_util.h"
...
...
av1/encoder/rdopt.c
View file @
1aab8184
...
...
@@ -12,8 +12,8 @@
#include <assert.h>
#include <math.h>
#include "./av1_rtcd.h"
#include "./aom_dsp_rtcd.h"
#include "./av1_rtcd.h"
#include "aom_dsp/aom_dsp_common.h"
#include "aom_dsp/blend.h"
...
...
@@ -34,6 +34,7 @@
#include "av1/common/scan.h"
#include "av1/common/seg_common.h"
#include "av1/encoder/aq_variance.h"
#include "av1/encoder/cost.h"
#include "av1/encoder/encodemb.h"
#include "av1/encoder/encodemv.h"
...
...
@@ -45,7 +46,6 @@
#include "av1/encoder/ratectrl.h"
#include "av1/encoder/rd.h"
#include "av1/encoder/rdopt.h"
#include "av1/encoder/aq_variance.h"
#if CONFIG_DUAL_FILTER
#if CONFIG_EXT_INTERP
...
...
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