HomeSort by relevance Sort by last modified time
    Searched refs:overhead2 (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
151 overhead2 = self->over_hang_max_2[0];
156 overhead2 = self->over_hang_max_2[1];
161 overhead2 = self->over_hang_max_2[2];
481 self->over_hang = overhead2;
  /external/webrtc/src/common_audio/vad/
vad_core.c 352 WebRtc_Word16 overhead1, overhead2, individualTest, totalTest; local
359 overhead2 = inst->over_hang_max_2[0];
366 overhead2 = inst->over_hang_max_2[1];
373 overhead2 = inst->over_hang_max_2[2];
718 inst->over_hang = overhead2;

Completed in 111 milliseconds