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
cbc7ec55
Commit
cbc7ec55
authored
Mar 29, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Mar 29, 2013
Browse files
Merge "remove code not in use" into experimental
parents
c5840a8d
43df87e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropymode.c
View file @
cbc7ec55
...
...
@@ -115,8 +115,6 @@ int vp9_mv_cont(const int_mv *l, const int_mv *a) {
return
SUBMVREF_NORMAL
;
}
const
vp9_prob
vp9_sub_mv_ref_prob
[
VP9_SUBMVREFS
-
1
]
=
{
180
,
162
,
25
};
const
vp9_prob
vp9_sub_mv_ref_prob2
[
SUBMVREF_COUNT
][
VP9_SUBMVREFS
-
1
]
=
{
{
147
,
136
,
18
},
{
106
,
145
,
1
},
...
...
vp9/common/vp9_entropymode.h
View file @
cbc7ec55
...
...
@@ -34,8 +34,6 @@ extern const vp9_prob vp9_mbsplit_probs[VP9_NUMMBSPLITS - 1];
extern
int
vp9_mv_cont
(
const
int_mv
*
l
,
const
int_mv
*
a
);
extern
const
vp9_prob
vp9_sub_mv_ref_prob
[
VP9_SUBMVREFS
-
1
];
extern
const
vp9_prob
vp9_sub_mv_ref_prob2
[
SUBMVREF_COUNT
][
VP9_SUBMVREFS
-
1
];
extern
const
unsigned
int
vp9_kf_default_bmode_counts
[
VP9_KF_BINTRAMODES
]
...
...
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