Skip to content
GitLab
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
d89bdd36
Commit
d89bdd36
authored
Feb 28, 2014
by
Dmitry Kovalev
Browse files
Sorting includes in vp9_rdopt.c.
Change-Id: I7e2591b4b54e0eac8521e128c7d97f62d2057ed8
parent
3c4a57bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
d89bdd36
...
...
@@ -8,35 +8,38 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include
<stdio.h>
#include
<math.h>
#include
<limits.h>
#include
<assert.h>
#include
<limits.h>
#include
<math.h>
#include
<stdio.h>
#include
"vp9/common/vp9_pragmas.h"
#include
"vp9/encoder/vp9_tokenize.h"
#include
"vp9/encoder/vp9_treewriter.h"
#include
"vp9/encoder/vp9_onyx_int.h"
#include
"./vp9_rtcd.h"
#include
"vpx_mem/vpx_mem.h"
#include
"vp9/common/vp9_common.h"
#include
"vp9/common/vp9_entropy.h"
#include
"vp9/common/vp9_entropymode.h"
#include
"vp9/common/vp9_idct.h"
#include
"vp9/common/vp9_mvref_common.h"
#include
"vp9/common/vp9_pragmas.h"
#include
"vp9/common/vp9_pred_common.h"
#include
"vp9/common/vp9_quant_common.h"
#include
"vp9/common/vp9_reconinter.h"
#include
"vp9/common/vp9_reconintra.h"
#include
"vp9/common/vp9_quant_common.h"
#include
"vp9/common/vp9_seg_common.h"
#include
"vp9/common/vp9_systemdependent.h"
#include
"vp9/encoder/vp9_encodemb.h"
#include
"vp9/encoder/vp9_quantize.h"
#include
"vp9/encoder/vp9_variance.h"
#include
"vp9/encoder/vp9_encodemv.h"
#include
"vp9/encoder/vp9_mcomp.h"
#include
"vp9/encoder/vp9_rdopt.h"
#include
"vp9/encoder/vp9_onyx_int.h"
#include
"vp9/encoder/vp9_quantize.h"
#include
"vp9/encoder/vp9_ratectrl.h"
#include
"vpx_mem/vpx_mem.h"
#include
"vp9/common/vp9_systemdependent.h"
#include
"vp9/encoder/vp9_encodemv.h"
#include
"vp9/common/vp9_seg_common.h"
#include
"vp9/common/vp9_pred_common.h"
#include
"vp9/common/vp9_entropy.h"
#include
"./vp9_rtcd.h"
#include
"vp9/common/vp9_mvref_common.h"
#include
"vp9/common/vp9_common.h"
#include
"vp9/common/vp9_idct.h"
#include
"vp9/encoder/vp9_rdopt.h"
#include
"vp9/encoder/vp9_tokenize.h"
#include
"vp9/encoder/vp9_treewriter.h"
#include
"vp9/encoder/vp9_variance.h"
/* Factor to weigh the rate for switchable interp filters */
#define SWITCHABLE_INTERP_RATE_FACTOR 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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