Searched refs:near_f_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_unittest.cc56 float near_f_[kSpectrumSize]; member in class:__anon15215::DelayEstimatorTest
72 memset(near_f_, 2, sizeof(near_f_));
292 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(NULL, near_f_,
297 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_,
355 EXPECT_EQ(-2, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_,
383 last_delay = WebRtc_DelayEstimatorProcessFloat(handle_, near_f_,

Completed in 53 milliseconds