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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 50 int32_t thresholdLogLrt;
nsx_core_c.c 88 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12
nsx_core.c 649 inst->thresholdLogLrt = 131072; //default threshold for LRT feature
657 inst->thresholdLogLrt = 212644; //default threshold for LRT feature
707 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
    [all...]
nsx_core_mips.c 123 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12
    [all...]

Completed in 70 milliseconds