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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
323 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
450 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
452 (*q_noise) = (int16_t)inst->qNoise;
    [all...]
nsx_core.h 98 int qNoise;
nsx_core_neon.c 72 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
76 int32x4_t qNoise32x4 = vdupq_n_s32(inst->qNoise);
97 // tmp16 += (int16_t) inst->qNoise;
98 // shift to get result in Q(qNoise)
124 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
349 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
351 (*q_noise) = (int16_t)inst->qNoise;

Completed in 190 milliseconds