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
2229c173
Commit
2229c173
authored
Jan 22, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jan 22, 2014
Browse files
Merge "changed to use vpx_integer.h for type definition"
parents
58eb0e63
ea2d319c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_resize.c
View file @
2229c173
...
...
@@ -9,7 +9,6 @@
*/
#include <assert.h>
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
...
...
@@ -17,6 +16,7 @@
#include <string.h>
#include "vp9/common/vp9_common.h"
#include "vp9/encoder/vp9_resize.h"
#include "vpx/vpx_integer.h"
#define FILTER_BITS 7
...
...
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