HomeSort by relevance Sort by last modified time
    Searched refs:zerofudge (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc 39 complex<float> zerofudge(complex<float> c) { function in namespace:webrtc::intelligibility
110 sample = zerofudge(sample);
137 sample = zerofudge(sample);
172 zerofudge(history_[i][(history_cursor_ + j) % window_size_]);
intelligibility_utils.h 33 std::complex<float> zerofudge(std::complex<float> c);
intelligibility_utils_unittest.cc 51 // Tests zerofudge.
54 t0 = intelligibility::zerofudge(t0);

Completed in 40 milliseconds