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

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 55 // * kStepBlocked is similar to kStepWindowed, but history is kept
66 kStepBlocked,
73 // the number of blocks for kStepBlocked. |decay| is the forgetting factor
110 // Average X and X^2 for the current block in kStepBlocked.
115 // histories for kStepBlocked.
intelligibility_enhancer_unittest.cc 129 step_types.push_back(VarianceArray::kStepBlocked);
intelligibility_utils_unittest.cc 81 step_types.push_back(VarianceArray::kStepBlocked);
intelligibility_utils.cc 93 case kStepBlocked:

Completed in 51 milliseconds