Searched refs:wtmp2 (Results 1 - 7 of 7) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
H A D | strchr-mte.S | 22 #define wtmp2 w3 define 50 mov wtmp2, 0x3003 51 dup vrepmask.8h, wtmp2 54 mov wtmp2, 0xf00f 55 dup vrepmask2.8h, wtmp2
|
H A D | strchrnul.S | 24 #define wtmp2 w4 define 53 mov wtmp2, #0x0401 54 movk wtmp2, #0x4010, lsl #16 57 dup vrepmask.4s, wtmp2
|
H A D | memchr.S | 25 #define wtmp2 w5 define 58 mov wtmp2, #0x0401 59 movk wtmp2, #0x4010, lsl #16 63 dup vrepmask.4s, wtmp2
|
H A D | strchr.S | 24 #define wtmp2 w4 define 58 mov wtmp2, 0x0c03 59 movk wtmp2, 0xc030, lsl 16 62 dup vrepmask_c.4s, wtmp2
|
H A D | strrchr.S | 24 #define wtmp2 w4 define 62 mov wtmp2, #0x0401 63 movk wtmp2, #0x4010, lsl #16 66 dup vrepmask_c.4s, wtmp2
|
/third_party/pulseaudio/speex/tmv/ |
H A D | mdf_tm.h | 524 register spx_word16_t * restrict wtmp2 = st->wtmp2; in mdf_update_weight() local 541 wtmp2[i] = EXTRACT16(PSHR32(W[i],NORMALIZE_SCALEDOWN+16)); in mdf_update_weight() 546 spx_ifft(st->fft_table, wtmp2, wtmp); in mdf_update_weight() 561 spx_fft(st->fft_table, wtmp, wtmp2); in mdf_update_weight() 568 { W[i] -= SHL32(EXTEND32(wtmp2[i]),16+NORMALIZE_SCALEDOWN-NORMALIZE_SCALEUP-1); in mdf_update_weight()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | mdf.c | 164 spx_word16_t *wtmp2; /* scratch */ member 465 st->wtmp2 = (spx_word16_t*)speex_alloc(N*sizeof(spx_word16_t)); in speex_echo_state_init_mc() 612 speex_free(st->wtmp2); in speex_echo_state_destroy() 840 st->wtmp2[i] = EXTRACT16(PSHR32(st->W[chan*N*K*M + j*N*K + speak*N + i],NORMALIZE_SCALEDOWN+16)); in speex_echo_cancellation() 841 spx_ifft(st->fft_table, st->wtmp2, st->wtmp); in speex_echo_cancellation() 850 spx_fft(st->fft_table, st->wtmp, st->wtmp2); in speex_echo_cancellation() 853 st->W[chan*N*K*M + j*N*K + speak*N + i] -= SHL32(EXTEND32(st->wtmp2[i]),16+NORMALIZE_SCALEDOWN-NORMALIZE_SCALEUP-1); in speex_echo_cancellation() 1264 st->wtmp2[i] = EXTRACT16(PSHR32(st->W[j*N+i],16+NORMALIZE_SCALEDOWN)); in speex_echo_ctl() 1265 spx_ifft(st->fft_table, st->wtmp2, st->wtmp); in speex_echo_ctl()
|
Completed in 5 milliseconds