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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 111 int xfBufBlockPos;
aec_core_sse2.c 39 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
42 if (i + aec->xfBufBlockPos >= NR_PART) {
134 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
137 if (i + aec->xfBufBlockPos >= NR_PART) {
aec_core.c 248 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
251 if (i + aec->xfBufBlockPos >= NR_PART) {
291 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
294 // if (i + aec->xfBufBlockPos >= NR_PART) {
314 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
317 if (i + aec->xfBufBlockPos >= NR_PART) {
474 aec->xfBufBlockPos = 0;
762 aec->xfBufBlockPos--;
763 if (aec->xfBufBlockPos == -1) {
764 aec->xfBufBlockPos = NR_PART - 1
    [all...]

Completed in 478 milliseconds