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
This commit is contained in:
parent
5d48663e04
commit
f6921412d4
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user