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

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h80 int modelUpdate; //parameter for updating or estimating thresholds/weights for prior model member in struct:NsxInst_t_
H A Dnsx_core.c837 //inst->modelUpdate = 500; //window for update
838 inst->modelUpdate = (1 << STAT_UPDATES); //window for update
2119 //parameters are extracted once every window time (=inst->modelUpdate)
2122 flag = (int)(inst->cntThresUpdate == inst->modelUpdate);
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h87 int modelUpdate; member in struct:NsxInst_t_
H A Dnsx_core.c734 //inst->modelUpdate = 500; //window for update
735 inst->modelUpdate = (1 << STAT_UPDATES); //window for update
1801 //parameters are extracted once every window time (=inst->modelUpdate)
1804 flag = (int)(inst->cntThresUpdate == inst->modelUpdate);

Completed in 227 milliseconds