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
3c28fb76
Commit
3c28fb76
authored
Oct 07, 2014
by
Jingning Han
Browse files
Use #define statement for MAX_MB_PLANE
Change-Id: I3a7f83ab1dbfcedc8a82fe798c2fa30dd9c7d696
parent
d7febaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
3c28fb76
...
...
@@ -47,6 +47,8 @@ typedef enum {
PLANE_TYPES
}
PLANE_TYPE
;
#define MAX_MB_PLANE 3
typedef
char
ENTROPY_CONTEXT
;
static
INLINE
int
combine_entropy_contexts
(
ENTROPY_CONTEXT
a
,
...
...
@@ -160,8 +162,6 @@ enum mv_precision {
MV_PRECISION_Q4
};
enum
{
MAX_MB_PLANE
=
3
};
struct
buf_2d
{
uint8_t
*
buf
;
int
stride
;
...
...
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