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

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h51 WebRtc_Word16 weightLogLrt; member in struct:NsxInst_t_
H A Dnsx_core.c822 inst->weightLogLrt = 6; //default weighting par for LRT feature
1112 inst->weightLogLrt = featureSum;
1373 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h51 int16_t weightLogLrt; member in struct:NsxInst_t_
H A Dnsx_core_c.c111 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
H A Dnsx_core_mips.c145 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
H A Dnsx_core.c719 inst->weightLogLrt = 6; //default weighting par for LRT feature
1012 inst->weightLogLrt = featureSum;

Completed in 2684 milliseconds