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

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c 146 int16_t overhead1, overhead2, individualTest, totalTest; local
150 overhead1 = self->over_hang_max_1[0];
155 overhead1 = self->over_hang_max_1[1];
160 overhead1 = self->over_hang_max_1[2];
483 self->over_hang = overhead1;
  /external/webrtc/src/common_audio/vad/
vad_core.c 352 WebRtc_Word16 overhead1, overhead2, individualTest, totalTest; local
358 overhead1 = inst->over_hang_max_1[0];
365 overhead1 = inst->over_hang_max_1[1];
372 overhead1 = inst->over_hang_max_1[2];
720 inst->over_hang = overhead1;

Completed in 59 milliseconds