]> granicus.if.org Git - libvpx/commit
idct_test: drop '_t' from local typenames
authorJames Zern <jzern@google.com>
Thu, 17 Jul 2014 01:57:11 +0000 (18:57 -0700)
committerJames Zern <jzern@google.com>
Sat, 19 Jul 2014 03:39:06 +0000 (20:39 -0700)
commit75d56b346ede315d9ec67fbadf542c456131604f
tree328be0428c0541197297dbeb5b19ecea4e809923
parent54697d363d9292250772dc6c2c181b26769dd300
idct_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: I660a77c0c58ca64075c1051ea440fdf4d7c7e6af
test/idct_test.cc