]> granicus.if.org Git - libvpx/commit
partial_idct_test: drop '_t' from local typenames
authorJames Zern <jzern@google.com>
Thu, 17 Jul 2014 01:58:16 +0000 (18:58 -0700)
committerJames Zern <jzern@google.com>
Sat, 19 Jul 2014 03:39:06 +0000 (20:39 -0700)
commit49135d374863b088d8457b3973c868ce67c6cfae
tree9e52020d5c61e50245ef366f1c11afb8b670cdba
parent9c05172d0a530af2caf923206e2352f5ef22105a
partial_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: Ied220e09fceef53039f234ebbb7e51c8e081c84e
test/partial_idct_test.cc