| Index: source/libvpx/vp9/common/vp9_entropymv.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_entropymv.h (revision 207479)
|
| +++ source/libvpx/vp9/common/vp9_entropymv.h (working copy)
|
| @@ -21,8 +21,8 @@
|
| void vp9_entropy_mv_init();
|
| void vp9_init_mv_probs(struct VP9Common *cm);
|
|
|
| -void vp9_adapt_nmv_probs(struct VP9Common *cm, int usehp);
|
| -int vp9_use_nmv_hp(const MV *ref);
|
| +void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
|
| +int vp9_use_mv_hp(const MV *ref);
|
|
|
| #define VP9_NMV_UPDATE_PROB 252
|
|
|
|
|