]> granicus.if.org Git - libvpx/commit
Enable accuracy/memory check for 16x16 transforms
authorJingning Han <jingning@google.com>
Tue, 10 Sep 2013 00:07:55 +0000 (17:07 -0700)
committerJingning Han <jingning@google.com>
Tue, 10 Sep 2013 00:07:55 +0000 (17:07 -0700)
commit37705a3bc52c6672f9707d1538e1c13c21969f81
treea172bba4dc125c5019192010bc886f6b106ccd8d
parent8f92a7efdb24db2ef6d607a4711ab57a786411fc
Enable accuracy/memory check for 16x16 transforms

This commit completes the per coefficient accuracy check and memory
overflow check for SSE2 and other implemented versions of 16x16
transform.

Change-Id: If26a3e4f6ba82ccecc13f0b73cb8f7bb6ac14584
test/dct16x16_test.cc