Searched refs:overdrive (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h77 float overdrive; member in struct:NSinst_t_
H A Dnsx_core.h29 uint16_t overdrive; /* Q8 */ member in struct:NsxInst_t_
H A Dns_core.c232 inst->overdrive = (float)1.0;
236 // inst->overdrive = (float)1.25;
237 inst->overdrive = (float)1.0;
241 // inst->overdrive = (float)1.25;
242 inst->overdrive = (float)1.1;
246 // inst->overdrive = (float)1.30;
247 inst->overdrive = (float)1.25;
872 sumMagn / ((float)inst->magnLen) * inst->overdrive;
1181 tmpFloat1 = inst->overdrive + snrPrior;
1197 (inst->initMagnEst[i] - inst->overdrive * ins
[all...]
H A Dnsx_core.c800 inst->overdrive = 256; // Q8(1.0)
804 inst->overdrive = 256; // Q8(1.0)
809 inst->overdrive = 282; // ~= Q8(1.1)
814 inst->overdrive = 320; // Q8(1.25)
1366 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(inst->sumMagn, inst->overdrive);
1660 // numerator = (initMagnEst - noise_estimate * overdrive)
1662 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(noise_estimate, inst->overdrive);
1974 // tmpFloat1 = inst->overdrive + snrPrior;
2011 tmpU32no1 = (uint32_t)(inst->overdrive)
2013 assert(inst->overdrive >
[all...]
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h75 float overdrive; member in struct:NSinst_t_
H A Dnsx_core.h30 WebRtc_UWord16 overdrive; /* Q8 */ member in struct:NsxInst_t_
H A Dns_core.c217 inst->overdrive = (float)1.0;
221 //inst->overdrive = (float)1.25;
222 inst->overdrive = (float)1.0;
226 //inst->overdrive = (float)1.25;
227 inst->overdrive = (float)1.1;
231 //inst->overdrive = (float)1.30;
232 inst->overdrive = (float)1.25;
918 inst->whiteNoiseLevel += sumMagn / ((float)inst->magnLen) * inst->overdrive;
958 theFilterTmp[i] = (inst->initMagnEst[i] - inst->overdrive * parametric_noise);
983 theFilter[i] = (magn[i] - inst->overdrive * nois
[all...]
H A Dnsx_core.c900 inst->overdrive = 256; // Q8(1.0)
904 inst->overdrive = 256; // Q8(1.0)
909 inst->overdrive = 282; // ~= Q8(1.1)
914 inst->overdrive = 320; // Q8(1.25)
1694 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(inst->sumMagn, inst->overdrive);
1979 // numerator = (initMagnEst - noise_estimate * overdrive)
1981 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(noise_estimate, inst->overdrive);
2292 // tmpFloat1 = inst->overdrive + snrPrior;
2329 tmpU32no1 = (WebRtc_UWord32)(inst->overdrive)
2331 assert(inst->overdrive >
[all...]

Completed in 1895 milliseconds