Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp51 constexpr float EPS = 1e-4f; variable
124 Pointwise(FloatNear(EPS), std::vector<float>( in testProcess()
132 Pointwise(FloatNear(EPS), std::vector<float>( in testProcess()
182 EXPECT_THAT(test1, Pointwise(FloatNear(EPS), test2)); in TEST()
220 EXPECT_THAT(test1, Pointwise(FloatNear(EPS), test2)); in testDifferentFiltersPerChannel()