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

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.h 40 int16_t num_of_speech; member in struct:VadInstT_
vad_core.c 476 self->num_of_speech = 0;
478 self->num_of_speech++;
479 if (self->num_of_speech > kMaxSpeechFrames) {
480 self->num_of_speech = kMaxSpeechFrames;
501 self->num_of_speech = 0;

Completed in 31 milliseconds