HomeSort by relevance Sort by last modified time
    Searched refs:PART_LEN4 (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 40 #define PART_LEN4 (PART_LEN << 2) // Length of partition * 4
41 #define FAR_BUF_LEN PART_LEN4 // Length of buffers
aecm_core_neon.c 107 __asm__("vst2.16 {d20, d21}, [%0]" : : "r"(&fft[PART_LEN4 - j - 6]): "q10");
aecm_core.c 368 memset(fft, 0, sizeof(WebRtc_Word16) * PART_LEN4);
415 fft[PART_LEN4 - j] = efw[i].real;
419 fft[PART_LEN4 - (j - 1)] = efw[i].imag;
    [all...]

Completed in 39 milliseconds