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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 255 void WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) {
264 lmagn[i] = (float)log(magn[i]);
643 // magn is the input magnitude spectrum
771 float magn[HALF_ANAL_BLOCKL], noise[HALF_ANAL_BLOCKL]; local
825 magn[0] = (float)(fabs(real[0]) + 1.0f);
828 magn[inst->magnLen - 1] = (float)(fabs(real[inst->magnLen - 1]) + 1.0f);
831 sumMagn = magn[0] + magn[inst->magnLen - 1];
836 tmpFloat1 = log(magn[inst->magnLen - 1]);
847 magn[i] = ((float)sqrt(fTmp)) + 1.0f
1055 float magn[HALF_ANAL_BLOCKL]; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 240 void WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) {
249 lmagn[i] = (float)log(magn[i]);
606 //magn is the input magnitude spectrum
737 float magn[HALF_ANAL_BLOCKL], noise[HALF_ANAL_BLOCKL]; local
869 magn[0] = (float)(fabs(real[0]) + 1.0f);
872 magn[inst->magnLen - 1] = (float)(fabs(real[inst->magnLen - 1]) + 1.0f)
    [all...]

Completed in 123 milliseconds