Create a class for buffers used in tests
authorJohann <johannkoenig@google.com>
Mon, 24 Oct 2016 19:17:51 +0000 (12:17 -0700)
committerJohann <johannkoenig@google.com>
Wed, 11 Jan 2017 16:28:39 +0000 (08:28 -0800)
commit6886da75474fb9df9391f1688c32f3ff1d39b853
treeb4287c87e1a968ffd7530e0b2e807677829c2cf2
parent36e767c1472d5eef3455626cee96de4d65900441
Create a class for buffers used in tests

Demonstrate its use with the IDCT test.

Change-Id: Idf87fe048847c180f13818fd4df916ba4500134b
test/buffer.h [new file with mode: 0644]
test/idct_test.cc
test/test.mk