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

  /external/webrtc/webrtc/common_audio/vad/
vad_core.c 151 overhead2 = self->over_hang_max_2[0];
156 overhead2 = self->over_hang_max_2[1];
161 overhead2 = self->over_hang_max_2[2];
547 memcpy(self->over_hang_max_2, kOverHangMax2Q,
548 sizeof(self->over_hang_max_2));
558 memcpy(self->over_hang_max_2, kOverHangMax2LBR,
559 sizeof(self->over_hang_max_2));
569 memcpy(self->over_hang_max_2, kOverHangMax2AGG,
570 sizeof(self->over_hang_max_2));
580 memcpy(self->over_hang_max_2, kOverHangMax2VAG
    [all...]
vad_core.h 50 int16_t over_hang_max_2[3]; member in struct:VadInstT_

Completed in 2899 milliseconds