Home
last modified time | relevance | path

Searched refs:cntThresUpdate (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h81 int cntThresUpdate; member
Dnsx_core.c839 inst->cntThresUpdate = 0; //counter feature thresholds updates in WebRtcNsx_InitCore()
2121 inst->cntThresUpdate++; in WebRtcNsx_ProcessCore()
2122 flag = (int)(inst->cntThresUpdate == inst->modelUpdate); in WebRtcNsx_ProcessCore()
2127 inst->cntThresUpdate = 0; // Reset counter in WebRtcNsx_ProcessCore()