Home
last modified time | relevance | path

Searched refs:kSNRThreshold (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/spatializer/tests/
DSpatializerTest.cpp68 constexpr float kSNRThreshold = 100.0f; variable
193 ASSERT_GT(snr, kSNRThreshold) << "SNR between reference and test output " << snr in TEST_P()
194 << " is lower than required " << kSNRThreshold; in TEST_P()
/frameworks/av/media/libeffects/preprocessing/tests/
DEffectTestHelper.h70 static constexpr float kSNRThreshold = 90.308998; variable
/frameworks/av/media/libeffects/lvm/tests/
DEffectBundleTest.cpp191 ASSERT_GT(snr, EffectTestHelper::kSNRThreshold) in TEST_P()
192 << "SNR " << snr << "is lower than " << EffectTestHelper::kSNRThreshold; in TEST_P()
/frameworks/av/media/libeffects/tests/common/
DEffectTestHelper.h181 static constexpr float kSNRThreshold = 90.308998; variable