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

  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 49 #define wtmp2 w5 define
79 mov wtmp2, #0x0401
80 movk wtmp2, #0x4010, lsl #16
84 dup vrepmask.4s, wtmp2
strchr.S 48 #define wtmp2 w4 define
81 mov wtmp2, #0x0401
82 movk wtmp2, #0x4010, lsl #16
85 dup vrepmask_c.4s, wtmp2
  /external/speex/libspeex/
mdf.c 170 spx_word16_t *wtmp2; /* scratch */ member in struct:SpeexEchoState_
471 st->wtmp2 = (spx_word16_t*)speex_alloc(N*sizeof(spx_word16_t));
618 speex_free(st->wtmp2);
846 st->wtmp2[i] = EXTRACT16(PSHR32(st->W[chan*N*K*M + j*N*K + speak*N + i],NORMALIZE_SCALEDOWN+16));
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp);
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2);
859 st->W[chan*N*K*M + j*N*K + speak*N + i] -= SHL32(EXTEND32(st->wtmp2[i]),16+NORMALIZE_SCALEDOWN-NORMALIZE_SCALEUP-1);
    [all...]

Completed in 333 milliseconds