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

  /external/webrtc/src/common_audio/vad/
vad_core.h 34 WebRtc_Word16 num_of_speech; member in struct:VadInstT_
vad_core.c 74 inst->num_of_speech = 0;
711 inst->num_of_speech = 0;
714 inst->num_of_speech = inst->num_of_speech + 1;
715 if (inst->num_of_speech > NSP_MAX)
717 inst->num_of_speech = NSP_MAX;

Completed in 323 milliseconds