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.c334 int16_t* new_speech) {
351 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
332 WebRtcNsx_AnalysisUpdate_mips(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
H A Dnsx_core_neon.c605 int16_t* new_speech) {
629 // + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
630 for (ptr_ana = new_speech; ptr_out < &inst->analysisBuffer[inst->anaLen];) {
603 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 1674 milliseconds