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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 118 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
120 if (inst->thresholdSpecFlat < tmpU32no1) {
122 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
nsx_core_mips.c 152 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
154 if (inst->thresholdSpecFlat < tmpU32no1) {
156 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
    [all...]
nsx_core.h 58 uint32_t thresholdSpecFlat;
nsx_core.c 715 inst->thresholdSpecFlat = 20480; //threshold for flatness: determined on-line
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 58 WebRtc_UWord32 thresholdSpecFlat;
nsx_core.c     [all...]

Completed in 619 milliseconds