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

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h59 WebRtc_Word16 weightSpecFlat; member in struct:NsxInst_t_
H A Dnsx_core.c823 inst->weightSpecFlat = 0; //default weighting par for spectral flatness feature
1113 inst->weightSpecFlat = useFeatureSpecFlat * featureSum;
1376 if (inst->weightSpecFlat) {
1406 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecFlat, tmpIndFX); // 6*Q14
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c114 if (inst->weightSpecFlat) {
143 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecFlat, tmpIndFX); // 6*Q14
H A Dnsx_core.h59 int16_t weightSpecFlat; member in struct:NsxInst_t_
H A Dnsx_core_mips.c148 if (inst->weightSpecFlat) {
177 indPriorFX += WEBRTC_SPL_MUL_16_16(inst->weightSpecFlat, tmpIndFX); // 6*Q14
H A Dnsx_core.c720 inst->weightSpecFlat = 0; //default weighting par for spectral flatness feature
1013 inst->weightSpecFlat = useFeatureSpecFlat * featureSum;

Completed in 3545 milliseconds