Merge "remove code not in use" into experimental
This commit is contained in:
commit
cbc7ec55a5
@ -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 },
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user