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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 104 int histLrt[HIST_PAR_EST];
nsx_core.h 91 int16_t histLrt[HIST_PAR_EST];
ns_core.c 177 inst->histLrt[i] = 0;
353 inst->histLrt[i]++;
385 avgHistLrt += inst->histLrt[i] * binMid;
386 numHistLrt += inst->histLrt[i];
388 avgSquareHistLrt += inst->histLrt[i] * binMid * binMid;
389 avgHistLrtCompl += inst->histLrt[i] * binMid;
550 inst->histLrt[i] = 0;
    [all...]
nsx_core.c     [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 101 int histLrt[HIST_PAR_EST];
nsx_core.h 84 WebRtc_Word16 histLrt[HIST_PAR_EST];
ns_core.c 165 inst->histLrt[i] = 0;
331 inst->histLrt[i]++;
359 avgHistLrt += inst->histLrt[i] * binMid;
360 numHistLrt += inst->histLrt[i];
362 avgSquareHistLrt += inst->histLrt[i] * binMid * binMid;
363 avgHistLrtCompl += inst->histLrt[i] * binMid;
520 inst->histLrt[i] = 0;
    [all...]
nsx_core.c     [all...]

Completed in 1333 milliseconds