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

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c118 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
120 if (inst->thresholdSpecFlat < tmpU32no1) {
122 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
H A Dnsx_core_mips.c152 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
154 if (inst->thresholdSpecFlat < tmpU32no1) {
156 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
H A Dnsx_core.h58 uint32_t thresholdSpecFlat; member in struct:NsxInst_t_
H A Dnsx_core.c715 inst->thresholdSpecFlat = 20480; //threshold for flatness: determined on-line
717 inst->featureSpecFlat = inst->thresholdSpecFlat; //spectral flatness (= threshold)
961 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h58 WebRtc_UWord32 thresholdSpecFlat; member in struct:NsxInst_t_
H A Dnsx_core.c818 inst->thresholdSpecFlat = 20480; //threshold for flatness: determined on-line
820 inst->featureSpecFlat = inst->thresholdSpecFlat; //spectral flatness (= threshold)
1061 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10
1380 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
1382 if (inst->thresholdSpecFlat < tmpU32no1) {
1384 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;

Completed in 1040 milliseconds