summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-04-30 15:34:58 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-04-30 15:34:58 -0700
commit3af212eb357493b26b4596c6abde5805e865d8bd (patch)
treef210f1336568a809c3e098ed2baa39b01f10e032
parentad6890316c4fe742b047fd3d167cc591e01f5ec1 (diff)
parent9f5fd31d7fdf8380fd95b5ceb073fa08ee7c4b65 (diff)
downloadlibvpx-3af212eb357493b26b4596c6abde5805e865d8bd.tar
libvpx-3af212eb357493b26b4596c6abde5805e865d8bd.tar.gz
libvpx-3af212eb357493b26b4596c6abde5805e865d8bd.tar.bz2
libvpx-3af212eb357493b26b4596c6abde5805e865d8bd.zip
Merge "Expand UMV border to 96 pixels" into experimental
-rw-r--r--vpx_scale/yv12config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h
index 14b6e278b..22df3999e 100644
--- a/vpx_scale/yv12config.h
+++ b/vpx_scale/yv12config.h
@@ -18,7 +18,7 @@ extern "C" {
#include "vpx/vpx_integer.h"
#define VP8BORDERINPIXELS 32
-#define VP9BORDERINPIXELS 64
+#define VP9BORDERINPIXELS 96
#define VP9_INTERP_EXTEND 4
/*************************************