Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dmixing_test.cc22 const int16_t kInt16Max = 0x7fff; variable
250 ASSERT_GT(kInputValue * 3, kInt16Max); in TEST_F()
251 ASSERT_LT(1.1 * kExpectedOutput, kInt16Max); in TEST_F()
257 const int16_t kInputValue = kInt16Max; in TEST_F()
258 const int16_t kExpectedOutput = kInt16Max; in TEST_F()