shithub: libvpx

Download patch

ref: f6921412d4daeef4148944d462e25948be0857d7
parent: 5d48663e04edb67fa0715d2af1e7c1590050f0aa
author: James Zern <[email protected]>
date: Thu Nov 17 07:28:57 EST 2016

partial_idct_test: s/SingleLargeCoef/SingleExtremeCoeff/

tests with 'Large' in the name are reserved for slow running tests which
may not be run on all platforms

Change-Id: I2a7d6dd46b29b50469893e46433844132fb727c2

--- a/test/partial_idct_test.cc
+++ b/test/partial_idct_test.cc
@@ -221,7 +221,7 @@
   }
 }
 
-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_);