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

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 130 bool buffer_full_; member in class:webrtc::intelligibility::VarianceArray
intelligibility_utils.cc 70 buffer_full_(false) {
256 scale = 1.f / (buffer_full_ ? window_size_ : history_cursor_ + 1);
264 buffer_full_ = true;

Completed in 666 milliseconds