]> granicus.if.org Git - libvpx/commit
dct16x16_test: drop '_t' from local typenames
authorJames Zern <jzern@google.com>
Thu, 17 Jul 2014 01:53:33 +0000 (18:53 -0700)
committerJames Zern <jzern@google.com>
Sat, 19 Jul 2014 03:38:56 +0000 (20:38 -0700)
commit44f848432f8ded1947b1a990d317a827e1cb62ae
treef92b3765f6c63a9b1e5ee8fb9741389e5e14b1e7
parentdfc4e8f01275433740a14a10701aa39c18dced1f
dct16x16_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: I4e6f293790922684402bfa9c22ec1ac2b9981a0e
test/dct16x16_test.cc