Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dmixing_test.cc238 const int16_t kExpectedOutput = kInputValue * 3; in TEST_F() local
239 RunMixingTest(4, 0, 4, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F()
240 0.9 * kExpectedOutput, kCodecL16); in TEST_F()
248 const int16_t kExpectedOutput = kLimiterHeadroom; in TEST_F() local
251 ASSERT_LT(1.1 * kExpectedOutput, kInt16Max); in TEST_F()
252 RunMixingTest(3, 0, 3, false, kInputValue, 1.1 * kExpectedOutput, in TEST_F()
253 0.9 * kExpectedOutput, kCodecL16); in TEST_F()
258 const int16_t kExpectedOutput = kInt16Max; in TEST_F() local
260 ASSERT_GT(0.95 * kExpectedOutput, kLimiterHeadroom); in TEST_F()
262 RunMixingTest(1, 0, 1, false, kInputValue, kExpectedOutput, in TEST_F()
[all …]
/external/webrtc/webrtc/common_audio/
Dblocker_unittest.cc139 const float kExpectedOutput[kNumInputChannels][kNumFrames] = { in TEST_F() local
144 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F()
192 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local
197 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F()
245 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local
250 kExpectedOutput[0], sizeof(kExpectedOutput) / sizeof(**kExpectedOutput)); in TEST_F()
/external/libvpx/libvpx/test/
Dpp_filter_test.cc105 static const uint8_t kExpectedOutput[] = { 4, 3, 1, 1, 1, 1, 1, 1, in TEST_P() local
111 ASSERT_EQ(kExpectedOutput[i], pixel_ptr[j]) in TEST_P()
288 static const unsigned char kExpectedOutput[] = { in TEST_P() local
293 kExpectedOutput); in TEST_P()
301 static const unsigned char kExpectedOutput[] = { in TEST_P() local
306 kExpectedOutput); in TEST_P()
311 kExpectedOutput); in TEST_P()
402 static const unsigned char kExpectedOutput[] = { in TEST_P() local
420 kExpectedOutput); in TEST_P()
425 q2mbl(100), kExpectedOutput); in TEST_P()
[all …]