]> granicus.if.org Git - libvpx/blobdiff - vp10/common/entropymv.h
VP9Common -> VP10Common
[libvpx] / vp10 / common / entropymv.h
index a6c12d14cbc6b088bbd255b8b2796fe3c447c01e..fd9f1c0ce7c40c69465925b31fafd7285c06abbb 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_COMMON_VP9_ENTROPYMV_H_
-#define VP9_COMMON_VP9_ENTROPYMV_H_
+#ifndef VP10_COMMON_ENTROPYMV_H_
+#define VP10_COMMON_ENTROPYMV_H_
 
 #include "./vpx_config.h"
 
 extern "C" {
 #endif
 
-struct VP9Common;
+struct VP10Common;
 
-void vp10_init_mv_probs(struct VP9Common *cm);
+void vp10_init_mv_probs(struct VP10Common *cm);
 
-void vp10_adapt_mv_probs(struct VP9Common *cm, int usehp);
+void vp10_adapt_mv_probs(struct VP10Common *cm, int usehp);
 int vp10_use_mv_hp(const MV *ref);
 
 #define MV_UPDATE_PROB 252
@@ -130,4 +130,4 @@ void vp10_inc_mv(const MV *mv, nmv_context_counts *mvctx);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ENTROPYMV_H_
+#endif  // VP10_COMMON_ENTROPYMV_H_