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

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 176 "r"(&aecm->dBufNoisy[i + PART_LEN]) : "q10");
178 "r"(&aecm->dBufNoisy[i]): "q10");
aecm_core.h 166 WebRtc_Word16 *dBufNoisy;
aecm_core.c 328 aecm->dBufNoisy = (WebRtc_Word16*) (((uintptr_t)aecm->dBufNoisy_buf + 31) & ~ 31);
473 memcpy(aecm->dBufNoisy, aecm->dBufNoisy + PART_LEN, sizeof(WebRtc_Word16) * PART_LEN);
    [all...]

Completed in 955 milliseconds