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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.h 98 int qNoise;
nsx_core.c 314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
324 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
452 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
454 (*q_noise) = (int16_t)inst->qNoise;
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 91 int qNoise;
nsx_core.c 450 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
460 tmp16 += (WebRtc_Word16) inst->qNoise; //shift to get result in Q(qNoise)
588 noise[i] = (WebRtc_UWord32)(inst->noiseEstQuantile[i]); // Q(qNoise)
590 (*q_noise) = (WebRtc_Word16)inst->qNoise;
    [all...]

Completed in 200 milliseconds