summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_mvref_common.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-01-05 18:20:25 -0800
committerRonald S. Bultje <rbultje@google.com>2013-01-05 18:20:25 -0800
commitc3941665e995f12f9aa9b47a32c06d20978993fc (patch)
tree1d2c8c57a6196e07eb3df5e8d7fc29cfd083687a /vp9/common/vp9_mvref_common.c
parent81d1171fd4614c3b60439b97007a3ec7ea5e3d0c (diff)
downloadlibvpx-c3941665e995f12f9aa9b47a32c06d20978993fc.tar
libvpx-c3941665e995f12f9aa9b47a32c06d20978993fc.tar.gz
libvpx-c3941665e995f12f9aa9b47a32c06d20978993fc.tar.bz2
libvpx-c3941665e995f12f9aa9b47a32c06d20978993fc.zip
64x64 blocksize support.
3.2% gains on std/hd, 1.0% gains on hd. Change-Id: I481d5df23d8a4fc650a5bcba956554490b2bd200
Diffstat (limited to 'vp9/common/vp9_mvref_common.c')
-rw-r--r--vp9/common/vp9_mvref_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_mvref_common.c b/vp9/common/vp9_mvref_common.c
index 4b576e895..bfdc1af32 100644
--- a/vp9/common/vp9_mvref_common.c
+++ b/vp9/common/vp9_mvref_common.c
@@ -237,7 +237,7 @@ void vp9_find_mv_refs(
vpx_memset(candidate_scores, 0, sizeof(candidate_scores));
#if CONFIG_SUPERBLOCKS
- if (mbmi->encoded_as_sb) {
+ if (mbmi->sb_type) {
mv_ref_search = sb_mv_ref_search;
ref_distance_weight = sb_ref_distance_weight;
} else {