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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 97 int xfBufBlockPos;
aec_core_mips.c 326 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
329 if (i + aec->xfBufBlockPos >= aec->num_partitions) {
441 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
444 if (i + aec->xfBufBlockPos >= aec->num_partitions) {
    [all...]
aec_core.c 147 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
150 if (i + aec->xfBufBlockPos >= aec->num_partitions) {
197 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
200 // if (i + aec->xfBufBlockPos >= aec->num_partitions) {
220 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1);
223 if (i + aec->xfBufBlockPos >= aec->num_partitions) {
    [all...]
aec_core_neon.c 42 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
45 if (i + aec->xfBufBlockPos >= num_partitions) {
184 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
188 if (i + aec->xfBufBlockPos >= num_partitions) {
aec_core_sse2.c 37 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
40 if (i + aec->xfBufBlockPos >= num_partitions) {
148 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1);
151 if (i + aec->xfBufBlockPos >= num_partitions) {
  /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 5700 milliseconds