Home
last modified time | relevance | path

Searched refs:PART_LEN4 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.h40 #define PART_LEN4 (PART_LEN << 2) // Length of partition * 4 macro
41 #define FAR_BUF_LEN PART_LEN4 // Length of buffers
Daecm_core.c368 memset(fft, 0, sizeof(WebRtc_Word16) * PART_LEN4); in WindowAndFFTC()
415 fft[PART_LEN4 - j] = efw[i].real; in InverseFFTAndWindowC()
419 fft[PART_LEN4 - (j - 1)] = efw[i].imag; in InverseFFTAndWindowC()
1393 WebRtc_Word16 fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain()
1527 WebRtc_Word16 fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock()
Daecm_core_neon.c107 __asm__("vst2.16 {d20, d21}, [%0]" : : "r"(&fft[PART_LEN4 - j - 6]): "q10"); in InverseFFTAndWindowNeon()