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
1f5d7447
Commit
1f5d7447
authored
Oct 18, 2013
by
Dmitry Kovalev
Browse files
Removing unused struct member mvcount[MV_VALS].
Change-Id: Iaaca88097904b889769901f2bd331f4fff0e5044
parent
c093b622
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropymv.h
View file @
1f5d7447
...
@@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset);
...
@@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset);
typedef
struct
{
typedef
struct
{
unsigned
int
mvcount
[
MV_VALS
];
unsigned
int
sign
[
2
];
unsigned
int
sign
[
2
];
unsigned
int
classes
[
MV_CLASSES
];
unsigned
int
classes
[
MV_CLASSES
];
unsigned
int
class0
[
CLASS0_SIZE
];
unsigned
int
class0
[
CLASS0_SIZE
];
...
...
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