summaryrefslogtreecommitdiff
path: root/vp8/common/entropymv.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/entropymv.c')
-rw-r--r--vp8/common/entropymv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/common/entropymv.c b/vp8/common/entropymv.c
index 1e0690a58..4959fe92e 100644
--- a/vp8/common/entropymv.c
+++ b/vp8/common/entropymv.c
@@ -33,14 +33,14 @@ const MV_CONTEXT vp8_default_mv_context[2] =
/* row */
162, /* is short */
128, /* sign */
- 230, 215, 175, 140, 160, 180, 160, 140, 180, 214, 150, 39, 120, 156, 160, /* short tree */
+ 220, 204, 180, 192, 192, 119, 192, 192, 180, 140, 192, 192, 224, 224, 224, /* short tree */
128, 129, 132, 75, 145, 178, 206, 239, 254, 254, 254 /* long bits */
}},
{{
/* same for column */
164, /* is short */
128,
- 220, 204, 180, 170, 140, 119, 180, 235, 180, 140, 185, 230, 229, 228, 200,
+ 220, 204, 180, 192, 192, 119, 192, 192, 180, 140, 192, 192, 224, 224, 224, /* short tree */
128, 130, 130, 74, 148, 180, 203, 236, 254, 254, 254 /* long bits */
}}
};