]> granicus.if.org Git - libvpx/commit
dct32x32_test: drop '_t' from local typenames
authorJames Zern <jzern@google.com>
Thu, 17 Jul 2014 01:54:31 +0000 (18:54 -0700)
committerJames Zern <jzern@google.com>
Sat, 19 Jul 2014 03:39:06 +0000 (20:39 -0700)
commitfd38e70d430909cc1f5d5d2c450dbd9649eee950
tree45305a21c07366e58c7d98d62ebc302d7752ebdb
parent44f848432f8ded1947b1a990d317a827e1cb62ae
dct32x32_test: drop '_t' from local typenames

_t is reserved by posix

+ switch to camelcase
  http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names

Change-Id: Ie1918d93c0a0d7a854e88b5a77b8c21b4cdc28b7
test/dct32x32_test.cc