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

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h49 WebRtc_Word32 featureLogLrt; member in struct:NsxInst_t_
H A Dnsx_core.c819 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
951 histIndex = (WebRtc_UWord32)(inst->featureLogLrt);
1339 inst->featureLogLrt = WEBRTC_SPL_RSHIFT_W32(logLrtTimeAvgKsumFX * 5, inst->stages + 10); // 5 = BIN_SIZE_LRT / 2
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h49 int32_t featureLogLrt; member in struct:NsxInst_t_
H A Dnsx_core_c.c74 inst->featureLogLrt = WEBRTC_SPL_RSHIFT_W32(logLrtTimeAvgKsumFX * 5,
H A Dnsx_core_mips.c108 inst->featureLogLrt = WEBRTC_SPL_RSHIFT_W32(logLrtTimeAvgKsumFX * 5,
H A Dnsx_core.c716 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
851 histIndex = (uint32_t)(inst->featureLogLrt);

Completed in 537 milliseconds