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
3557dfc2
Commit
3557dfc2
authored
Feb 28, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Feb 28, 2014
Browse files
Merge "Sorting includes in vp9_rdopt.c."
parents
dc8a2c07
d89bdd36
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
3557dfc2
...
...
@@ -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