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
c2e3ee13
Commit
c2e3ee13
authored
Jun 25, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Jun 25, 2013
Browse files
Merge "Changed size of mb_mode_context to 8 bits"
parents
855e23ce
dfa2ecc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
c2e3ee13
...
...
@@ -214,7 +214,7 @@ typedef struct {
int_mv
ref_mvs
[
MAX_REF_FRAMES
][
MAX_MV_REF_CANDIDATES
];
int_mv
best_mv
,
best_second_mv
;
int
mb_mode_context
[
MAX_REF_FRAMES
];
u
int
8_t
mb_mode_context
[
MAX_REF_FRAMES
];
unsigned
char
mb_skip_coeff
;
/* does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens */
unsigned
char
segment_id
;
// Segment id for current frame
...
...
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