Searched refs:weightSpecDiff (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h55 WebRtc_Word16 weightSpecDiff; member in struct:NsxInst_t_
H A Dnsx_core.c824 inst->weightSpecDiff = 0; //default weighting par for spectral difference feature
1114 inst->weightSpecDiff = useFeatureSpecDiff * featureSum;
1410 if (inst->weightSpecDiff) {
1454 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecDiff, tmpIndFX); // 6*Q14
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c147 if (inst->weightSpecDiff) {
192 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecDiff, tmpIndFX); // 6*Q14
H A Dnsx_core.h55 int16_t weightSpecDiff; member in struct:NsxInst_t_
H A Dnsx_core_mips.c181 if (inst->weightSpecDiff) {
226 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecDiff, tmpIndFX); // 6*Q14
H A Dnsx_core.c721 inst->weightSpecDiff = 0; //default weighting par for spectral difference feature
1014 inst->weightSpecDiff = useFeatureSpecDiff * featureSum;

Completed in 738 milliseconds