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

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_mips.c337 int16_t* new_speech) {
354 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
335 WebRtcNsx_AnalysisUpdate_mips(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
H A Dnsx_core_neon.c652 int16_t* new_speech) {
676 // + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
677 for (ptr_ana = new_speech; ptr_out < &inst->analysisBuffer[inst->anaLen];) {
650 WebRtcNsx_AnalysisUpdateNeon(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
H A Dnsx_core.c526 int16_t* new_speech) {
534 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
524 AnalysisUpdateC(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
/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 259 milliseconds