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

  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 312 int i, useFeatureSpecFlat, useFeatureSpecDiff, numHistLrt;
355 numHistLrt = 0;
360 numHistLrt += inst->histLrt[i];
365 if (numHistLrt > 0) {
366 avgHistLrt = avgHistLrt / ((float)numHistLrt);
    [all...]
nsx_core.c     [all...]

Completed in 62 milliseconds