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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon_offsets.c 30 int offset_nsx_qNoise = offsetof(NsxInst_t, 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...]
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);
98 // tmp16 += (int16_t) inst->qNoise;
99 // shift to get result in Q(qNoise)
126 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
359 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
361 (*q_noise) = (int16_t)inst->qNoise;
nsx_core_neon.S 421 rsb r0, #21 @ 21 - &inst->qNoise
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 91 int qNoise;
nsx_core_neon.c 31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
35 int32x4_t qNoise32x4 = vdupq_n_s32(inst->qNoise);
57 // tmp16 += (int16_t) inst->qNoise;
58 // shift to get result in Q(qNoise)
85 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
317 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
319 (*q_noise) = (int16_t)inst->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 425 milliseconds