From: Ronald S. Bultje Date: Thu, 30 May 2013 20:54:57 +0000 (-0700) Subject: Remove unused table. X-Git-Tag: v1.3.0~1104^2~106^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9175082c4ee6d5f346f306bfe81952f8bc5b2278;p=libvpx Remove unused table. Change-Id: I80c37cffa176bac942ab3051abdfd585ed5555e1 --- diff --git a/vp9/common/vp9_findnearmv.c b/vp9/common/vp9_findnearmv.c index 5e14a8c43..33e8b6593 100644 --- a/vp9/common/vp9_findnearmv.c +++ b/vp9/common/vp9_findnearmv.c @@ -15,13 +15,6 @@ #include "vp9/common/vp9_sadmxn.h" #include "vp9/common/vp9_subpelvar.h" -const uint8_t vp9_mbsplit_offset[4][16] = { - { 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, - { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, - { 0, 2, 8, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, - { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} -}; - static void lower_mv_precision(int_mv *mv, int usehp) { if (!usehp || !vp9_use_nmv_hp(&mv->as_mv)) { if (mv->as_mv.row & 1)