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
608c4acc
Commit
608c4acc
authored
Oct 07, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Oct 07, 2014
Browse files
Merge "Remove vp9_blockd.h from vp9_common_data.c"
parents
3bbec7b4
ebd72485
Changes
3
Show whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
608c4acc
...
...
@@ -49,8 +49,6 @@ typedef enum {
typedef
char
ENTROPY_CONTEXT
;
typedef
char
PARTITION_CONTEXT
;
static
INLINE
int
combine_entropy_contexts
(
ENTROPY_CONTEXT
a
,
ENTROPY_CONTEXT
b
)
{
return
(
a
!=
0
)
+
(
b
!=
0
);
...
...
vp9/common/vp9_common_data.c
View file @
608c4acc
...
...
@@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_common_data.h"
// Log 2 conversion lookup tables for block width and height
...
...
vp9/common/vp9_enums.h
View file @
608c4acc
...
...
@@ -67,6 +67,7 @@ typedef enum PARTITION_TYPE {
PARTITION_INVALID
=
PARTITION_TYPES
}
PARTITION_TYPE
;
typedef
char
PARTITION_CONTEXT
;
#define PARTITION_PLOFFSET 4 // number of probability models per block size
#define PARTITION_CONTEXTS (4 * PARTITION_PLOFFSET)
...
...
Write
Preview
Markdown
is supported
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