HomeSort by relevance Sort by last modified time
    Searched refs:totalTest (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;
153 totalTest = self->total[0];
158 totalTest = self->total[1];
163 totalTest = self->total[2];
266 vadflag |= (sum_log_likelihood_ratios >= totalTest);
  /external/webrtc/src/common_audio/vad/
vad_core.c 352 WebRtc_Word16 overhead1, overhead2, individualTest, totalTest;
361 totalTest = inst->total[0];
368 totalTest = inst->total[1];
375 totalTest = inst->total[2];
474 if (dotVal >= totalTest)

Completed in 120 milliseconds