]> granicus.if.org Git - libvpx/commit
Use 256-byte aligned filter tables
authorJohn Koleszar <jkoleszar@google.com>
Wed, 20 Feb 2013 23:59:20 +0000 (15:59 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 27 Feb 2013 16:22:39 +0000 (08:22 -0800)
commit6fd7dd1a703b922a5f200c4e1962be5b81c73af0
tree212346f4d45d8a1883ce2acd85289e84b7d0f449
parent472eeaf08203fddae5f6843ff2e16f43f0144ca8
Use 256-byte aligned filter tables

This avoids duplicating all the filters twice. Includes fixups to the
convolve routines and associated tests to make this work.

Change-Id: I922f86021594e55072ddb63b42b2313605db6e00
test/convolve_test.cc
vp9/common/vp9_convolve.c
vp9/common/vp9_filter.c
vp9/common/vp9_filter.h
vp9/common/vp9_reconinter.c