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
Yushin Cho
aom-rav1e
Commits
c7d71932
Commit
c7d71932
authored
Oct 01, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Oct 01, 2014
Browse files
Merge "Remove redundant header file from vp9_idct.h"
parents
9641b1b9
74c2997b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/common/vp9_idct.h
View file @
c7d71932
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
#include
<assert.h>
#include
<assert.h>
#include
"./vpx_config.h"
#include
"./vpx_config.h"
#include
"vpx/vpx_integer.h"
#include
"vp9/common/vp9_common.h"
#include
"vp9/common/vp9_common.h"
#include
"vp9/common/vp9_enums.h"
#include
"vp9/common/vp9_enums.h"
...
@@ -22,7 +21,6 @@
...
@@ -22,7 +21,6 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
// Constants and Macros used by all idct/dct functions
// Constants and Macros used by all idct/dct functions
#define DCT_CONST_BITS 14
#define DCT_CONST_BITS 14
#define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
#define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
...
...
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