Searched refs:cntThresUpdate (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h81 int cntThresUpdate; member in struct:NsxInst_t_
H A Dnsx_core.c839 inst->cntThresUpdate = 0; //counter feature thresholds updates
2121 inst->cntThresUpdate++;
2122 flag = (int)(inst->cntThresUpdate == inst->modelUpdate);
2127 inst->cntThresUpdate = 0; // Reset counter
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h88 int cntThresUpdate; member in struct:NsxInst_t_
H A Dnsx_core.c736 inst->cntThresUpdate = 0; //counter feature thresholds updates
1803 inst->cntThresUpdate++;
1804 flag = (int)(inst->cntThresUpdate == inst->modelUpdate);
1809 inst->cntThresUpdate = 0; // Reset counter

Completed in 295 milliseconds