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
96366011
Commit
96366011
authored
Jun 10, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Jun 10, 2014
Browse files
Merge "Removing unused motion_vector_context enum from vp9_encodeframe.c"
parents
664a422e
85677393
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
96366011
...
...
@@ -2420,18 +2420,6 @@ static TX_MODE select_tx_mode(const VP9_COMP *cpi) {
}
}
// Start RTC Exploration
typedef
enum
{
BOTH_ZERO
=
0
,
ZERO_PLUS_PREDICTED
=
1
,
BOTH_PREDICTED
=
2
,
NEW_PLUS_NON_INTRA
=
3
,
BOTH_NEW
=
4
,
INTRA_PLUS_NON_INTRA
=
5
,
BOTH_INTRA
=
6
,
INVALID_CASE
=
9
}
motion_vector_context
;
static
void
set_mode_info
(
MB_MODE_INFO
*
mbmi
,
BLOCK_SIZE
bsize
,
PREDICTION_MODE
mode
)
{
mbmi
->
mode
=
mode
;
...
...
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