remove code not in use
authorYaowu Xu <yaowu@google.com>
Tue, 26 Mar 2013 22:27:35 +0000 (15:27 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 26 Mar 2013 22:27:35 +0000 (15:27 -0700)
Change-Id: I4fa46f10e82aca36c563f7ea829e5a3177a0c740

vp9/common/vp9_entropymode.c
vp9/common/vp9_entropymode.h

index 061c279..673b35a 100644 (file)
@@ -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  },
index 345eb02..8b0caf6 100644 (file)
@@ -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]