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

  /external/webrtc/src/common_audio/vad/
vad_core.h 28 WebRtc_Word16 speech_means[NUM_TABLE_VALUES]; member in struct:VadInstT_
vad_core.c 86 inst->speech_means[i] = kSpeechDataMeans[i];
384 smean1ptr = &inst->speech_means[0];
385 smean2ptr = &inst->speech_means[NUM_CHANNELS];
481 smean1ptr = &inst->speech_means[0];

Completed in 431 milliseconds