Searched defs:new_speech (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core_neon.c610 int16_t* new_speech) {
634 // + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
635 for (ptr_ana = new_speech; ptr_out < &inst->analysisBuffer[inst->anaLen];) {
608 AnalysisUpdateNeon(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
H A Dnsx_core.c666 int16_t* new_speech) {
674 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
664 AnalysisUpdateC(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument

Completed in 72 milliseconds