]> granicus.if.org Git - libvpx/commitdiff
partial_idct_test: s/SingleLargeCoef/SingleExtremeCoeff/
authorJames Zern <jzern@google.com>
Thu, 17 Nov 2016 20:28:57 +0000 (12:28 -0800)
committerJames Zern <jzern@google.com>
Thu, 17 Nov 2016 20:28:57 +0000 (12:28 -0800)
tests with 'Large' in the name are reserved for slow running tests which
may not be run on all platforms

Change-Id: I2a7d6dd46b29b50469893e46433844132fb727c2

test/partial_idct_test.cc

index b31b82f44481b7ef5792c78fe8afba66b11d9e37..2512366ed5054a4da43358422600c8cc2219b3b2 100644 (file)
@@ -221,7 +221,7 @@ TEST_P(PartialIDctTest, AddOutputBlock) {
   }
 }
 
-TEST_P(PartialIDctTest, SingleLargeCoeff) {
+TEST_P(PartialIDctTest, SingleExtremeCoeff) {
   ACMRandom rnd(ACMRandom::DeterministicSeed());
   const int16_t max_coeff = MaxSupportedCoeff(partial_itxfm_);
   const int16_t min_coeff = MinSupportedCoeff(partial_itxfm_);